-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Closed
Copy link
Labels
a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: date/time pickerDate or time picker widgetsDate or time picker widgetsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
Use case
We noticed the same issue as #62401 wherein dates cannot be typed in the input date range picker on some phones, because they don't include a slash ('/') in their date input keyboard.
We were hoping to work around it similar to how the Android Material components team worked around it in their codebase. By showing the full keyboard on Samsung (and also LGE) devices as seen in material-components/material-components-android#682
However, the DateRangePickerDialog and showDateRangePicker don't have any options for keyboard type like the one added to DatePickerDialog and showDatePicker in #93439
Proposal
Add keyboardType as an optional parameter in DateRangePickerDialog and showDateRangePicker, so we can change the keyboard type ourselves as necessary.
Metadata
Metadata
Assignees
Labels
a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: date/time pickerDate or time picker widgetsDate or time picker widgetsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
