GaspardMerten / date_field

Flutter DateField and DateFormField
Other
46 stars 32 forks source link

remove label from DateTimeFormField #6

Closed ezzabuzaid closed 3 years ago

ezzabuzaid commented 4 years ago

Hello,

I noticed that styling DateTimeFormField using textStyle applied to both label and the value of the field

Screen Shot 2020-09-27 at 8 49 22 PM

Screen Shot 2020-09-27 at 8 49 41 PM

I would suggest removing the label property since we can label the field using InputDecoration.

moreover, It will make more sense to remove the ripple from the field so the form can look consistent.

Thank you

GaspardMerten commented 3 years ago

Fixed!