Fix 'Dialog' keydown event and prop type warning (#1305)
This commit is contained in:
@ -26,6 +26,7 @@ export function Modal(props: {
|
||||
aria-modal="true"
|
||||
onKeyDown={handleKeydown}
|
||||
aria-labelledby={props.labelledBy}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<div className="Modal__background" onClick={props.onCloseRequest}></div>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user