Status Update
Comments
dm...@gmail.com <dm...@gmail.com> #2
I have the same issue.
al...@google.com <al...@google.com>
se...@google.com <se...@google.com> #3
Here too!
se...@google.com <se...@google.com> #4
+1
dm...@gmail.com <dm...@gmail.com> #5
the same for Java buildSrc
ap...@google.com <ap...@google.com> #6
Same here
se...@google.com <se...@google.com>
si...@gmail.com <si...@gmail.com> #7
+1
mi...@gmail.com <mi...@gmail.com> #8
Any status update on this?
Description
Version used: 1.4.0-alpha03
Devices/Android versions reproduced on: Pixel 3a XL
I use code below to display EditText in which user can type IP-address
Upon further tests I discovered that android:inputType ignores android:digits
<EditText
...
android:inputType="number"
android:digits="01234"
...
/>
For all previous releases (including 1.4.0-alpha02 and below) I got numeric keyboard, which allowed me to enter only 1, 2, 3, or 4.
In release 1.4.0-alpha03 I can type any number (0-9)