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>