Avoid closing dialogs when cicking outside. Closing button better placement.
1 unresolved thread
This tries to fix a issue reported by Partago relating people using the forms and closing it accidentally.
TMF ticket TS22349
Edited by Enrico Stano
Merge request reports
Activity
Filter activity
requested review from @enricostn
assigned to @gilgasso
72 72 as='div' 73 73 className='fixed z-50 inset-0 overflow-y-auto' 74 74 initialFocus={initialFocusRef} 75 onClose={onClose} 75 onClose={() => { onClose used for the Dialog component when clicking outside or pressing escape key
Edited by Dani Quilez
mentioned in commit 9d4241c5