datetime_picker_formfield
datetime_picker_formfield copied to clipboard
How to hide the clear button?
I don't want the user to be able to clear the form using the suffix button 'X.' How do I hide/disable this?
pass in InputDecoration
@mrgithub simply set resetIcon to null:
DateTimeField(resetIcon: null,)