input-mask-android
input-mask-android copied to clipboard
Currency in RTL mask
Describe the bug
I am trying to add currency into RTL mask. The code is following:
val listener = MaskedTextChangedListener( "Rp [000].[000].[000]", true,monthlyInstallment.editText!!, null,null) listener.rightToLeft = true
It is necessary to appear currency when user starts type some value, but now it appears only after user complete all length of mask.
Steps to reproduce the behaviour:
- Start type in EditText
Expected behaviour Currency should appear when users starts to type
Actual behaviour Currency appears after user complete all length of mask
Platform information
- OS version: [Android 5]
- Library version: [5.0.0]
Additional context Add any other context about the problem here.