LoginSignup
2
0

More than 3 years have passed since last update.

reactjs-popupはオートフォーカスされる

Posted at

reactjs-popup を使ってポップアップを作成した
ポップアップの中のエレメントにモーダル、ツールチップの中にinputタグ、buttonタグを配置していた
モーダル、ツールチップを開いたときに、オートフォーカスされた

オートフォーカスされたくない!

なぜオートフォーカスされたのか

そういう仕様だったから。
それをコントロールするpropsもない!
https://github.com/yjose/reactjs-popup/blob/655ea28b90b7bb1c1c7902b162e56f6823550361/src/index.tsx#L141

解決方法

これをreactjs-popupにわたすchildrenの先頭に入れる

<input type="hidden"></input>
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0