You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the modal SmartSelect is there a way to set the maximum width of the popup?
By default the popup is taking the whole screen width. For my Flutter web app, this just looks really poor, so I want to place a width constraint on the pop up form width.
I tried wrapping the SmartSelect widget with a ConstrainedBox but that didn't work
The text was updated successfully, but these errors were encountered:
With the modal SmartSelect is there a way to set the maximum width of the popup?
By default the popup is taking the whole screen width. For my Flutter web app, this just looks really poor, so I want to place a width constraint on the pop up form width.
I tried wrapping the SmartSelect widget with a ConstrainedBox but that didn't work
The text was updated successfully, but these errors were encountered: