Closed piton4eg closed 9 years ago
When you select one of item then Chosen reload page and this reload resets selected item in select element. This PR fix it
@kgrz rebased
On which browser are you seeing this issue? I checked on Safari—master branch—and it works fine.
I checked on Chrome, Safari, it looks the same. I recorded video for showing what's wrong: 1st - http://recipes.sinatrarb.com/, 2nd - my local branch with fix: http://screencast.com/t/kHk2u9RU
Thanks for the patience to explain this. Merging this.
Hmm, it seems Chosen (the plugin for handling the dropdown) handles setting the
selected
attribute for us. Can you please explain what this PR does and when it's applicable?