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
I made some drop-down-custom-fields. That's such a nice implementation! But there's a difference between the React- and the Flutter-App:
After chosen one value of the drop-down-menu, this value cannot be cleared again within Flutter. But in React the drop-down-list shows an empty value on top – which is a really valuable option!
Is it possible to put this behavior into Flutter as well?
The text was updated successfully, but these errors were encountered:
Hello @ all,
I made some drop-down-custom-fields. That's such a nice implementation! But there's a difference between the React- and the Flutter-App:
After chosen one value of the drop-down-menu, this value cannot be cleared again within Flutter. But in React the drop-down-list shows an empty value on top – which is a really valuable option!
Is it possible to put this behavior into Flutter as well?
The text was updated successfully, but these errors were encountered: