mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00

Do not clear key listener when editable is false This prevents the input type to be changed. Instead, we can set focusable, clickable to false. This allows to change input Type i.e (secure) at run time when editable is false. Reference issue: https://github.com/NativeScript/NativeScript/issues/8523 Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>