You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add editable on NumericKeyboard, when test becomes true, I can focus on it but can't edit it. Then I tried add a TextField with the same settings is working.
Angular 9.1
tns-core-module: 6.5.0
@nativescript/core: 6.5.15
I tried to add editable on NumericKeyboard, when test becomes true, I can focus on it but can't edit it. Then I tried add a TextField with the same settings is working.
[editable] = "test"
or
editable = "{{ test }}"
The text was updated successfully, but these errors were encountered: