Koen Punt

Results 287 comments of Koen Punt

@otonielguajardo it’s not, since this PR isn’t merged

I'm not sure what you mean by jerky, but I too see a weird scrolling behavior with the Chosen demo page in Firefox (fast scrolling).

That was in my case intentionally left out, so the user is really aware of adding new items. But maybe I will add it as an extra option.

I also fixed some small things, and updated my first comment here with the correct usage examples. Also the functionality in the prototype version now matches with the jquery version...

@funkdified To get back on you, you could use the callback: ``` javascript $(function() { $("#dispenser_business_id").chosen({ create_option: function(term) { this.append_option({ value: term, text: term }); $('#myModal').modal({}); }, persistent_create_option: true, create_option_text:...

@mikke123 Setting `persistent_create_option` to `false` or not supplying it al all should already take care of that.

How do you know which option they select if it has no value whatsoever? I can understand persisting options without text but with a value. But without both there's no...

That I understand, but what's the use of multiple empty options if you can't differentiate between them?

> Chosen removes all empty True, and maybe that's a bit weird, but in the end it doesn't matter, because in the end an empty option is an empty option....

I see that the single select works as requested, but multiple select doesn't.