jifalops / datetime_picker_formfield

A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
MIT License
186 stars 101 forks source link

Hide clear button #85

Closed kansson closed 4 years ago

kansson commented 4 years ago

How can I hide or remove the clear button from the input field?

kansson commented 4 years ago

Found the solution by setting resetIcon to null.