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
Open file /src/layouts/pages/users/new-user/schemas/form.js
Change form.formField.company.type from "text" to "date"
Execute "npm start" to run the application
Click "Pages -> Users -> New User" to open the page
Check the date picker
What is expected?
Only label shows in the the FormField component when the FormField component is not focused.
What is actually happening?
Both label and date format shows in the the FormField component when the FormField component is not focused. The label and date format overlapped.
Screenshots
case: variant="standard"
case: variant="outlined"
case: variant="outlined" with error Note that the error mark is also overlapped with the date picker button at the right side of the FormField component.
Solution
Additional comments
My computer's language is Chinese, and the date format in the FormField component is 年/月/日.
The text was updated successfully, but these errors were encountered:
Version
2.2.0
Reproduction link
Operating System
macOS Sonoma 14.1.2
Device
Macbook Pro M2
Browser & Version
Google Chrome 122.0.6261.94
Steps to reproduce
What is expected?
Only label shows in the the FormField component when the FormField component is not focused.
What is actually happening?
Both label and date format shows in the the FormField component when the FormField component is not focused. The label and date format overlapped.
Screenshots
case:
variant="standard"
case:
variant="outlined"
case:
variant="outlined"
with errorNote that the error mark is also overlapped with the date picker button at the right side of the FormField component.
Solution
Additional comments
My computer's language is Chinese, and the date format in the FormField component is 年/月/日.
The text was updated successfully, but these errors were encountered: