Skip to content

Cannot re-enabled disabled element #74

@SHaTRO

Description

@SHaTRO

Once I set "disabled:true" on an scombobox, it will not reset to enabled with "disabled:false".
The text input box keeps the disabled property.

I added this line of code to my javascript to "reenable" the text input:
$(selector + ' input').prop('disabled', isDisabled)
where selector is the original id selector (e.g., "#choice") and isDisabled is a boolean flag.

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