-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
8.6.1
-
Client side:
Samsung Galaxy Tab A (2016) with S Pen
Chrome version 74.0.3729.157
Android 7.0Server side:
Glassfish 4.1
Java 8u181
ZK 8.6.1 EE (build: 2019030515)
Windows 10 EE or Windows 7 sp3
Hi.
I set maxlength in Intbox to 2. When I run in a android chrome browser (I don't tested in others browsers) and try to type more then 2 characters, the property is ignored and I can type freely.
Expected:
Block typing in Intbox for type more than informed value in maxlength property.
How to reproduce:
Create a zul file and put this on his content:
<window>
<intbox maxlength="2" width="150px" />
</window>
Obs.:
Desktop browser works gracefully.
Thank you.