How to set text input direction?

I am using F7 V4 + React. My app is built RTL and sometimes there numeric inputs like phone or something else that will make UI better if they could be written LTR.

So my app is set to RTL but I need to set only some inputs to LTR and keep the label on the right side of the input. Is it possible?

I have tried to set dir property but no luck

This won’t work because LTR and RTL has different stylesheets, you just need to manually tweak styles for required elements