react-input-mask icon indicating copy to clipboard operation
react-input-mask copied to clipboard

RTL support?

Open mushkin-v opened this issue 1 year ago • 1 comments

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

<InputMask
    dir="rtl"
    mask={mask}
    value={inputValue}
    onChange={handleInputChange}
>
...

mushkin-v avatar Jan 23 '24 10:01 mushkin-v

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

mohamadnavabi avatar Jun 27 '24 21:06 mohamadnavabi