Skip to content

Conversation

@ScottHamper
Copy link

Selectize sets tabindex="-1" on the original select element when initialized. When the select element did not originally have the tabindex attribute set, Selectize would not properly remove the attribute when destroying itself.

I believe I've modified all relevant files with a fix, and I've also included a unit test.

Scott Hamper added 2 commits October 28, 2013 17:10
…ctize

Selectize sets a '-1' tabindex on the original select element when
initialized. When the select element did not originally have a tabindex
set, Selectize would not properly remove the '-1' tabindex when
destroying itself.
@ScottHamper
Copy link
Author

I had a feeling I was supposed to make a branch on my fork before making any changes... Whoops.

Scott Hamper added 2 commits October 29, 2013 08:45
Because I just read the notes for contribution in the README.
brianreavis added a commit that referenced this pull request Nov 3, 2013
Fixed bug that left a '-1' tabindex on a select after destroying selectize
@brianreavis brianreavis merged commit 2c3c960 into selectize:master Nov 3, 2013
@brianreavis
Copy link
Member

Thanks! This is part of v0.8.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants