flutter_form_builder icon indicating copy to clipboard operation
flutter_form_builder copied to clipboard

fix: Dropdownfield hint fix

Open TMadox opened this issue 1 year ago • 1 comments

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

TMadox avatar Jul 02 '24 07:07 TMadox

Hi @TMadox please resolve pipeline errors to could be merge

deandreamatias avatar Sep 10 '24 04:09 deandreamatias

Solved on https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1424

deandreamatias avatar Apr 18 '25 09:04 deandreamatias