flutter_form_builder
flutter_form_builder copied to clipboard
fix: Dropdownfield hint fix
Solution description
with flutter 3.19.0, there is an issue with dropdown field hints not being vertically centered. as a work around, users could use hint widget feature that's bounded to the widget itself not the Inputdecoration delegate.
Screenshots or Videos
To Do
- [ ] Read contributing guide
- [ ] Check the original issue to confirm it is fully satisfied
- [ ] Add solution description to help guide reviewers
- [ ] Add unit test to verify new or fixed behaviour
- [ ] If apply, add documentation to code properties and package readme
Hi @TMadox please resolve pipeline errors to could be merge
Solved on https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1424