Need help folks how do i type right to left numbers? follow the attached video

1 Like

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

Loom_UgiV8vfSem

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

1 Like

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

1 Like

Thank you friend

This topic was automatically closed after 70 days. New replies are no longer allowed.