Skip to content

Virtual keyboard still show in read only mode #28

@wahono77

Description

@wahono77

In readonly mode input, virtual keyboard still show and the value can change by user.

I try add filter condition to prevent show keyboard in readonly mode and it's work.

self.attachVki = function(elem) {
if (elem.getAttribute("VKI_attached") || elem.readOnly) return false;
....

this.VKI_show = function(elem) {
if(elem.readOnly) return false;
....

I hope this bug should be fixed in next version

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