You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks exactly like what we need.
Using Direction, if it's set to RTL, it should render the placeholder and the label of the element on right. Also, if the the user enters some value, it should be rendered on right. This can be applied on a variety of elements such as text field, number, text area, select, date-time, etc.
Adding Direction Property to Properties Panel
This feature proposal outlines adding a "direction" property to the properties panel for elements and the main form. Here's the breakdown:
Property: direction
Values:
ltr: Left-to-Right text direction (default)
rtl: Right-to-Left text direction
inherit: Inherits direction from parent element
Implementation:
Element Properties Panel:
Main Form Properties Panel:
Benefits:
Additional Considerations:
The text was updated successfully, but these errors were encountered: