GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

Label doesn't respect InputDecoration hintText #1

Closed kostodo closed 4 years ago

kostodo commented 4 years ago

There is no way to unset the label and have the InputDecoration set a hintText when there is no selectedDate (like initially). Without the hintText it is not possible to have a cohesive look with other input types. I.e. you can't manage the hint colour etc.

The same is true for the down arrow in the suffix. It's unable to be styled to match other inputs.

Or am I missing something?