GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

When passing no InputDecoration, the arrow is not presented #45

Closed torbenkeller closed 8 months ago

torbenkeller commented 1 year ago

The arrow in the InputDecoration will never be added because it gets added only when the InputDecoration passed into _InputDropdown is null. But you set it always not null in the DateTimeFormField.builder