You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello friends. I have seen a couple of threads for specifying length for textField but not date.
how do i limit the maxlength for a date? i tried this code and it doesnt work
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
Hello friends. I have seen a couple of threads for specifying length for textField but not date.
how do i limit the maxlength for a date? i tried this code and it doesnt work
<TextField
type="date"
id="standard-basic"
inputProps={{
maxLength: 6,
}}
/>
The text was updated successfully, but these errors were encountered: