This issue involves deep React event system internals and browser-specific behavior.
The issue describes a bug where the `onBlur` event is not fired in iOS Chrome when clicking the DONE button, despite the DOM blur occurring. This appears to be related to React's internal event handling using `focusout` instead of `blur`. Fixing this would likely require changes to React's event system, making it a complex and high-risk task.
https://github.com/youryu0212/react-blur-sample/assets/87521172/517787aa-4856-4eb4-a416-eb0c8db3a62d https://github.com/youryu0212/react-blur-sample/assets/87521172/71ff622b-e982-4bcc-98c3-fd25b17aef3e
Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!