Flutter_form_builder: FormBuilderDropdown does not remove underline

Created on 22 Jun 2020  路  1Comment  路  Source: danvick/flutter_form_builder

FormBuilderDropdown(
attribute: 'player',
controller.initialValuePlayer : null,

                                            underline: Container(
                                              height: 0,
                                              width: 0,
                                            ),
question solved

Most helpful comment

Hi @kleberapsilva,
In FormBuilderDropdown the underline is ignored - it was an oversight issue to leave the option available.

To make changes to the line under any field consider using InputDecorator border options.

>All comments

Hi @kleberapsilva,
In FormBuilderDropdown the underline is ignored - it was an oversight issue to leave the option available.

To make changes to the line under any field consider using InputDecorator border options.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rdcoder33 picture rdcoder33  路  6Comments

SachinTanpure picture SachinTanpure  路  3Comments

WilliamCunhaCardoso picture WilliamCunhaCardoso  路  3Comments

ghost picture ghost  路  4Comments

jaxnz picture jaxnz  路  3Comments