rio
rio copied to clipboard
Display Popups as Modal on Mobile
Some components need to display additional pop-up information when interacting with the user. For example, Dropdowns
only show their options if currently selected. The same is true for rio.DateInput
and really any user of rio.Popup
.
We currently display this popup right next to the component. This is great on desktop, but can be awkward on mobile. It would be nice to instead have pop-ups appear over the entire screeen, until the user finishes with them. In the case of rio.Popup
this should probably be configurable.