-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReactiveDropdownMenuField #465
base: master
Are you sure you want to change the base?
Conversation
2ac594e
to
e25f27b
Compare
e25f27b
to
870f8d8
Compare
63d7037
to
26ccd23
Compare
Hey @BenjiFarquhar |
Oh, I see. I think Flutter might have a bug in their one. It correctly gives an error when entering random text the first time, then after a selection, you can type anything without error The example at https://pub.dev/packages/reactive_dropdown_menu: I added a validator to demonstrate the behaviour:
Screen.Recording.2024-12-08.at.11.42.17.am.movWith Screen.Recording.2024-12-08.at.11.56.30.am.mov |
Adds reactive version of DropdownMenu.
DropdownMenu is an updated version of DropdownButton that follows the Material 3 specification.