sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.21k stars 257 forks source link

RTL support? #322

Open mushkin-v opened 5 months ago

mushkin-v commented 5 months ago

Hi, are you going to support RTL(right-to-left) languages?

<InputMask
    dir="rtl"
    mask={mask}
    value={inputValue}
    onChange={handleInputChange}
>
...
mohamadnavabi commented 2 weeks ago

add this line to your props: style={{ direction: "ltr" }}