agutoli / react-styled-select

A Select control built with Reactjs, styled-components and :heart: http://agutoli.github.io/
MIT License
108 stars 23 forks source link

Missing onBlur prop #38

Closed Moinax closed 4 years ago

Moinax commented 4 years ago

I believe the onBlur prop is missing. I'm using Formik to handle form state, and I should be able to trigger the validation on the onBlur event. So when a user open the select and close it without selecting anything, the validation display the error message. I (kind of) found a workaround to get it working by using the onOpen prop, but it feels wrong as it immediately display the validation error and not after closing the select.

agutoli commented 4 years ago

new version 2.1.4

agutoli commented 4 years ago

hi @Moinax , can you try now, please?

Moinax commented 4 years ago

It's working as expected, thank you very much for your prompt answer on this 👍