Hope select component onBlur / onFocus method add event parameter
See original GitHub issueWhat problem does this feature solve?
I hope, in the callback, I know which element gets the focus .
What does the proposed API look like?
Hope the type is
interface Demo<T> {
onBlur: FocusEventHandler<T>;
onFocus: FocusEventHandler<T>;
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
When a 'blur' event occurs, how can I find out which element ...
2015 answer: according to UI Events, you can use the relatedTarget property of the event: Used to identify a secondary EventTarget related ...
Read more >onblur Event - W3Schools
The onblur event occurs when an element loses focus. The onblur event is often used on input fields. The onblur event is often...
Read more >Understand Focus And Blur Event - YouTube
Understand Focus And Blur Event - Advanced JavaScript Tutorial Part - 64Learn More From Our Website:-www.dailywebtuition.
Read more >Element: blur event - Web APIs | MDN
The blur event fires when an element has lost focus. The event does not bubble, but the related focusout event that follows does...
Read more >Calling a Screen Action on Extended Properties (onblur ...
Calling a Screen Action on Extended Properties (onblur, onfocus, etc) · Add a FakeNotifyWidget (from RichWidgets) to the block and create an OnNotify...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tagging as good first issue.
https://github.com/ant-design/ant-design/commit/72a6febcc49a2efb10d9b35b1c950c3b198b321b