Is there any guidance to implementing modal dialogs? As far as I understand it should be part of the composition through the whole lifetime of the dialog, are there any established practices on doing so? Also, how do I disable interaction with the rest of the UI while the dialog is open? Similar question about popup windows – like floating tooltips, popup menus, dismissing when clicked outside, etc.
j
jim
01/08/2021, 1:38 PM
cc @Filip Pavlis@Louis Pullen-Freilich [G]
c
Colton Idle
01/08/2021, 1:47 PM
@orangy I think I was just reading the Windowing docs on github and they mention that modals are supported and that they block interaction from the other windows. On mobile or else I would try to find the link
k
Kirill Grouchnikov
01/08/2021, 2:09 PM
Popups should be dismissed straight out on outside touch