[Xsltforms-support] Support for rtl text input
Brought to you by:
alain-couthures
From: Winona S. <wsa...@gm...> - 2023-12-07 16:11:41
|
Hi All, I need to support both rtl and ltr text input in my forms. Reading up on this online, it sounds like the best way to do this is to include the following attribute on the input/textarea elements: dir="auto" What do you think the best way to get this working in XSLTForms is? Edit the XSLTForms javascript? Write my own Javascript to amend the output? Something else? Thanks for any thoughts or suggestions. -Winona |