-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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 }}"
<NumericKeyboard [(ngModel)]="confirmPassword" hint="{{'message.confirm-password'|L}}" class="password"
keyboardType="number"
returnKeyType="done" [editable]="test"
maxLength="4" secure="true" noDecimals="true"></NumericKeyboard>
Metadata
Metadata
Assignees
Labels
No labels