We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3da81 commit cabdea4Copy full SHA for cabdea4
packages/kit-headless/src/components/modal/modal.tsx
@@ -86,8 +86,8 @@ export const Modal = component$((props: ModalProps) => {
86
87
return (
88
<dialog
89
- role={props.alert === true ? 'alertdialog' : 'dialog'}
90
{...props}
+ role={props.alert === true ? 'alertdialog' : 'dialog'}
91
ref={modalRefSig}
92
onClick$={(event) => closeOnBackdropClick$(event)}
93
>
0 commit comments