-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
docs(VDatePicker): remove display-value from props list #20879
docs(VDatePicker): remove display-value from props list #20879
Conversation
displayValue
from props listdisplay-value
from props list
v2 had the ability to display a different date as "today" that seems to be missing in v3: https://v2.vuetifyjs.com/en/components/date-pickers/#show-current |
Not sure if |
const { daysInMonth, model, weekNumbers } = useCalendar({ | ||
...props, | ||
displayValue: null, | ||
}) |
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.
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.
I agree, it should not be required in CalendarProps
.
8775ade
to
50a4aed
Compare
display-value
from props list
Description
display-value
does not affect VDatePicker and should not appear in API docs to avoid confusionresolves #20863