GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

Allow caller to pick default entry mode #36

Closed blopker closed 1 year ago

blopker commented 1 year ago

Hello! This PR adds the ability to pick the initial state (touch or keyboard) of the time picker widget. We needed this for a better web experience. It might be worth to have the switching logic in this package, but for now it's nice to have the option to pick the initial state.

Thank you!