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
The size/style of the FormBuilderSearchableDropdown value is not the same as the size used on the normal FormBuilderTextField.
Applying the Theme.of(context).textTheme.titleMedium to the dropdownSearchTextStyle property solves the problem, but I think this has to be the default style for FormBuilderSearchableDropdown as it's for TextField in Flutter.
Expected Behavior
dropdownSearchTextStyle property FormBuilderSearchableDropdown has to be the same by default a TextField style.
Steps To Reproduce
Run the sample code
Aditional information
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package/Plugin version
10.1.0
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
The size/style of the FormBuilderSearchableDropdown value is not the same as the size used on the normal FormBuilderTextField.
Applying the Theme.of(context).textTheme.titleMedium to the dropdownSearchTextStyle property solves the problem, but I think this has to be the default style for FormBuilderSearchableDropdown as it's for TextField in Flutter.
Expected Behavior
dropdownSearchTextStyle property FormBuilderSearchableDropdown has to be the same by default a TextField style.
Steps To Reproduce
Aditional information
The text was updated successfully, but these errors were encountered: