Yehor Taflanidi
Yehor Taflanidi
Hey @kilyan-s, Thanks for your question. I know it's a bit frustrating, but that's an expected behaviour you are describing. There was a [short discussion](https://github.com/RedMadRobot/input-mask-android/issues/95) regarding the Android counterpart of...
Hey @sarunw! Thanks for your report. Could you, please, specify how exactly do you add our library code to your new framework?
> Please, consider the code review to put all same code patterns in textFieldDidBeginEditing and maybe textViewDidBeginEditing into main.async{} blocks. What?.. Right now your argument looks like your implementation is...
@ekrivenja, okay. May I see an example of usage? I haven't found any references to our library within the Material Design library docs, nor I have found any unusual `UITextFieldDelegate`...
Hey @CeH9, Thanks a lot for your report. I'm going to add this information to our Wiki a little bit later this week, including the reference to the original string...
Hey @BenazirSh You've got to follow the bug report format when creating an issue; otherwise I'm going to close this by EOD.
> Library version: 6.0 Let me know if version `6.1` works for you; it has this specific bug fixed. Also, please take a look at [this section](https://github.com/RedMadRobot/input-mask-android#inputmask-vs-androidinputtype-and-indexoutofboundsexception) of our main...
Heya @RomanPodymov! Thanks a lot for your PR! I'll take a look and most likely merge this in.
Hey @SyntaxError001! Thanks for your question. As a temporary solution you may try to use our `ReversedMaskTextChangedListener` with a `[000] [000] [000]` mask — though, the class is highly unstable....
Please consider reading about [RTL masks](https://github.com/RedMadRobot/input-mask-android/wiki/2.2-Right-to-Left-&-Digit-Grouping). Also keep an eye on our changelog. While the work is still in progress — we haven't figured out digit grouping for decimal sums...