Skip to content

Native control still visible after OnDisable #155

Description

@JVimes

I see the native control should not be visible when MobileInputField is disabled:

MobileInputField.cs (link)

void OnDisable() {
    if (_isMobileInputCreated) {
        SetFocus(false);
        SetVisible(false);
    }
}

But after that runs the native control is still visible in my app.

Any ideas? Thanks!

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