-
Notifications
You must be signed in to change notification settings - Fork 22.8k
docs(html): Clarify default step base is 0 (1970-01-01) for date inputs #40365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also check all other input types and propagate this same wording?
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Sure. will check and update with similar wording. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you! I just reordered the paragraphs a bit to make it less repetitive.
Description
Updates the
input's
documentation to explicitly state that the defaultstep
. (when neithermin
norvalue
is provided )Motivation
Additional details
Related issues and pull requests
#40285