catamphetamine / react-phone-number-input

React component for international phone number input

Home Page:http://catamphetamine.gitlab.io/react-phone-number-input/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing RTL support

lenosky opened this issue · comments

Package doesn't support RTL

The number +123 45 678 9000 is displayed 9000 678 45 123+
I resolve the problem by adding the CSS: direction: 'ltr' (and width: 'fit-content' to display it on the right).
I hope it is help