Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I have a similar issue when using android:inputType="numberDecimal" and android:digits="1234567890,."
In 1.3.1 it allowed only a single decimal separator. With 1.4.0 I can input multiple dots and commas.
Even if I set the keyListener to DigitsKeyListener.getInstance("0123456789") in afterTextChanged when the text contains a dot or comma, I can still enter dots and commas.
In 1.3.1 it allowed only a single decimal separator. With 1.4.0 I can input multiple dots and commas.
Even if I set the keyListener to DigitsKeyListener.getInstance("0123456789") in afterTextChanged when the text contains a dot or comma, I can still enter dots and commas.
al...@google.com <al...@google.com>
du...@google.com <du...@google.com> #3
I can cofirm the issue. We have a lot of crashes because of that change.
android:inputType="numberDecimal" stopped working and even if you set allowed digits there - user can type to inputDecimal field "_" "-", "+" - different signs that are showing up on the keyboard. It's not GBoard only issue, confirmed also on other keyboards.
android:inputType="numberDecimal" stopped working and even if you set allowed digits there - user can type to inputDecimal field "_" "-", "+" - different signs that are showing up on the keyboard. It's not GBoard only issue, confirmed also on other keyboards.
Description