zelect icon indicating copy to clipboard operation
zelect copied to clipboard

From <select> to something more 2012

Results 13 zelect issues
Sort by recently updated
recently updated
newest added

I have tried working with the example from here https://github.com/mtkopone/zelect#ajax-loader-example And nothing seems to work. There are javascript error from the start. Is this still maintained? Are there other clearer...

Since the real select tag is hidden by display none, the validation message of required is mess up. Any way to fix this?

using Firefox latest `jQuery('select').zelect();`

The zelectItem function is picking the text and not value of the option and when i pick one the correct item is not selected, what happens is that the value...

Fixes issue #10. However, this pull request doesn't make triggering event in initialization optional, it just simply removes it.

I don't know if this can be tested further with PhantomJS+Mocha stack, but tabbing seems to work ok on Chrome and Firefox with these changes. You can try it with...

For accessibility, is there any way that you can add support to :focus the select on tab key press?

https://github.com/mtkopone/zelect/blob/master/zelect.js#L89 Is this really necessary? I was using your plugin on a backbone app and I'm not sure if it's my poorly written code (probably is) but whenever the plugin...

My steps: 1. Click select to open it 2. Start typing to filter, or use arrow keys 3. Hit enter to select an option you have chosen This tries to...