maxlength attribute does not work if the event is implemented. If i remove it, it works but if i have it… then maxlength does not work. Why?
In this snippet, return code is right but in my mobile, always returns 0 except with enter key that returns a 13. However same code in the snippet works fine.
I have a 4.4.2 android mobile.
(1) The maxlength works smoothly regardless of the attached event. The only issue I spotted on mobile is that characters can be exceed maxlength if typing continuously. But it repeats with a standalone HTML textarea element, so the problem lies not within Webix.
i realised that if i turn off “next-work suggestions”, “auto-correction” and “show correction suggestions” in my android configuration that maxlength property correctly works.
so, i have a textarea which maxlength property only works if i turn off those configurations and a keypress event that always returns a 0 code so i can not idetify if the user press backspace key. I just need that key.