tailwindlabs / tailwindcss-forms

A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities.
https://tailwindcss-forms.vercel.app
MIT License
4.22k stars 223 forks source link

Date length error #157

Closed MeetJF closed 5 months ago

MeetJF commented 5 months ago

What version of @tailwindcss/forms are you using?

v0.5.7

What version of Node.js are you using?

v20.11.0

What browser are you using?

Chrome

What operating system are you using?

Windows

Reproduction repository

https://tailwindcss-forms.vercel.app/

Describe your issue

When entering continuously on the keyboard, the maximum can reach up to six digits

image

MeetJF commented 5 months ago

Sorry, I eventually discovered that this is the default behavior of the browser. Just adding max="9999-12-31" to the tag resolved the issue.