react/packages/react-interactions/events
Sebastian Silbermann 7f696bd99c
fix: onFocus/onBlur/onBeforeInput have a matching event type (#19561)
* test: Add current behavior for event types of onFocus/onBlur

* fix: onFocus/onBlur have a matching event type

* fix useFocus

* fix: don't compare native event types with react event types

* Add FocusIn/FocusOutEventInterface

* A simpler alternative fix

* Add regression tests

* Always pass React event type and fix beforeinput

Co-authored-by: Dan Abramov <dan.abramov@me.com>
2020-08-10 12:54:10 +01:00
..
src/dom/create-event-handle fix: onFocus/onBlur/onBeforeInput have a matching event type (#19561) 2020-08-10 12:54:10 +01:00
focus.js Add experimental ReactDOM.createEventHandle (#18756) 2020-05-12 20:24:25 +01:00