0 votes
in ReactJS by
Focus Events in React JS

1 Answer

0 votes
by

Event names:

onFocus onBlur

These focus events work on all elements in the React DOM, not just form elements.

Properties:

DOMEventTarget relatedTarget
...