You’ll need to use a bit of css to pull this off, i set up a demo over here for you → https://minimum-studio.bubbleapps.io/version-test/rtl
First enable this setting Expose the option to add an ID attribute to HTML elements
You can find it under the general tab under the settings.
Then give your input an ID like this
Then add this code snippet to the page html header of your page (doubleclick the main page and scroll down)
<style>
#inp_money{ direction: rtl }
</style>
Here is the editor for reference → Minimum-studio | Bubble Editor
Thanks friend for the answer,
in currency works. but in text (numbers only). does not work
@tdrbsolucoes i just chagned it to text numbers only
and it still works → https://minimum-studio.bubbleapps.io/version-test/rtl
Thank you friend
This topic was automatically closed after 70 days. New replies are no longer allowed.