Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Selected attribute works on value not key #167

@nicdnepr

Description

@nicdnepr

Description

When use 'selected':number it not select
if 'selected' is string it works

how to reproduce

$(this).editable(edit, {
            submit: 'OK',
            cancel: 'Cancel',
            type: 'select',
            data   : '{"2":"Wiki","3":"Banana","Apple":"Apple", "Pear":"Pear", "selected":"3"}',
        });

(add a jsfiddle/codepen example)

expected result

actual result

Environment

jquery v3.2.1
jeditable last ver
Browser: chrome
OS: ubuntu

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions