T.J. Schuck

Results 27 comments of T.J. Schuck

Can confirm that (at least in Chrome pretending to be an iPad) you cannot deselect items from a multi-select. Tapping the X does nothing.

@kir Can you give us a realistic use case for this event?

I think this is pretty similar to this classic issue: https://github.com/harvesthq/chosen/issues/86 There's a lot of discussion there and some proposed workarounds from people, so hopefully something there is useful! I...

Why would you want multiple empty options?

It should, per https://github.com/harvesthq/chosen/pull/265 Are you using [the most recent release](https://github.com/harvesthq/chosen/releases)? If not, does upgrading fix your problem? If still not, what browser, browser version, OS, and OS version are...

Lack of review doesn't mean there's no value in the PR, just that we haven't gotten to it yet. Reopening so that it can be reviewed when someone has the...

@philippneugebauer Just to clarify, in your first comment, you said you had issues even with the included sample_gem, but your second comment might revert that? Are you now only having...

@philippneugebauer Thanks for confirming -- in that case, there's a problem with the sample_gem too, then! If you figure out something that also applies to that, please let me know...

Additionally, things seem to be working okay in the Rails console: ``` $ rails c test Loading test environment (Rails 3.2.3) > assert { true } NoMethodError: undefined method `assert'...