Skip to content

editable is not working on Android #41

@alonstar

Description

@alonstar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions