Added optional parameter keyboardType to showDatePicker#93439
Added optional parameter keyboardType to showDatePicker#93439darrenaustin merged 1 commit intoflutter:masterfrom
Conversation
|
I have signed the CLA but it still says No :/ |
This happened to me as well because I signed it with one email but submitted the PR with another, check to make sure you did not do the same mistake :). |
I just made sure of that, I think I need someone to rerun the cla check on the PR. |
|
The CLA passed in another PR I created, Please re-run the CLA check on this PR, Thank you |
|
@darrenaustin can you please look into this ? |
|
|
||
| /// The keyboard type of the [TextField]. | ||
| /// | ||
| /// If this is null, it will default to [TextInputType.datetime] |
There was a problem hiding this comment.
Nit: This comment is the same as in date_picker.dart, so you could use a template and macro to reuse it (see autofocus just below this using a macro).
|
@justinmc what flutter version will this change be released with? I noticed it's not in one of the 2.11 candidates, however this PR is quite critical for our app Edit: Nevermind found it in 2.12 and up |


Added optional parameter keyboardType to showDatePicker to override the default TextInputType.datetime in input mode
Temporary fix for #62401
First PR so feel free to correct me :), Thanks to Flutter Boring show BTW 😄.
Pre-launch Checklist
///).