select
select copied to clipboard
Added onBeforeBlur property for cancelation onBlur event
When using select
component in our case we need cancel onBlur
event. I think it's useful for all. Added new property onBeforeBlur, that called in onBlur. If onBeforeBlur
=== true, onBlur will work like before, else onBlur will be cancel.
Also i added two tests for this property.
Oh my god !!!! I need it !!!!
@iosypov Did you send this pull request?
@iosypov Did you send this pull request?
Yes, i created this pull request.
I think will be useful!