GoncharukOrg / react-input

107 stars 9 forks source link

Can't use mask with "direction: rtl". #23

Open gerhr opened 6 months ago

gerhr commented 6 months ago

So i want to give users experience to fill "currency amount" field from right to left, the same flow lie in terminals. But the RegExp works only in one direction.

GoncharukBro commented 6 months ago

According to our tests, the "rtl" direction works as expected, if you experience incorrect behavior, please provide the code or repository so that we can check it.