dvtan

Results 4 comments of dvtan

Just realized this particular method won't work with https://github.com/jaredreich/pell/pull/140 because it uses a `:empty` selector, which the `` breaks. So instead, I leave everything as it previously was, and only...

I was deciding between chosen and select2, and fortunately select2 doesn't have this issue. I am currently using select2 now.

1. Highlight them (ctrl+A or something) 2. Delete them (Backspace)

@JacobEvelyn maybe set the ID in a wrapper? So instead of `$el.select2(options).maximizeSelect2Height()`, it could just be `$el.maximizeSelect2Height(options)`