select icon indicating copy to clipboard operation
select copied to clipboard

Added onBeforeBlur property for cancelation onBlur event

Open iosypov opened this issue 4 years ago • 4 comments

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.

iosypov avatar May 18 '20 14:05 iosypov

Oh my god !!!! I need it !!!!

tahirdevelop avatar May 18 '20 15:05 tahirdevelop

@iosypov Did you send this pull request?

dongtong avatar Jun 08 '20 05:06 dongtong

@iosypov Did you send this pull request?

Yes, i created this pull request.

iosypov avatar Jun 08 '20 11:06 iosypov

I think will be useful!

AbramovichCp avatar Feb 13 '21 09:02 AbramovichCp