GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

added selectedDatetime field as a parameter to the DateTimeFormField #30

Closed sumitsharansatsangi closed 2 years ago

sumitsharansatsangi commented 2 years ago

initial datetime field was not showing the datetime in the text , so I have added the another parameter.

GaspardMerten commented 2 years ago

The dialogues use the initial date parameter, not the field itself. You should pass the date to the selectedDate argument for what you want. Or did I miss something in your proposal?