groenroos / minimalect

Minimal select replacement for jQuery
350 stars 52 forks source link

Placeholder null and validation #58

Open marcogigliarano opened 10 years ago

marcogigliarano commented 10 years ago

Hi,

I'm having this issue: if I set placeholder: null, instead to show the first option is show the word null !!! Anyone has an explanation?

Another thing, I would like to validate the form, I'm using Abide validation from Foundation Zurb, but it doesn't really work together with minimalect. If i put the required tag on the select, how it should be, then the display none from minimalect will break the validation. Anyone has experienced this before?

Thank you