Skip to content

can't re add #12

@leapit

Description

@leapit

js code:

var t = new TextboxList('form_tags_input', {unique: true});

$$('.common').addEvent('click', function(e){
t.add(e.target.get('text'));
});

html code:

aaaaa
bbbbb
ccccc

bug:

when your add "aaaaa",and remove "aaaaa",you can't re add "aaaaa",it does't work.

only you SELECT it before you remove,that is work

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