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

Currency in RTL mask

Open AssetBekbossynov opened this issue 6 years ago • 0 comments

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:

  1. 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.

AssetBekbossynov avatar Jan 14 '20 06:01 AssetBekbossynov