14得票4回答
使用键盘上的Esc键关闭模态弹窗

我需要通过按下"ESC"键也关闭模态框,目前只能通过点击"关闭"和"确认"按钮关闭。我正在使用reactstrap和react hooks。 这是代码: const DeleteUserModal = props => { const { user, show } = props...