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
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
I'd like to use the datepicker directly in a page, without requiring the user to click on a "Open datepicker" button.
I'm working on a PR right now to allow that, only when a new prop (ie. inline) is true.
This wouldn't change anything about the default usage.
Does this seem like an okay usage to you?
Thanks!
The text was updated successfully, but these errors were encountered:
One thing I've thought about the datepicker is that the use of the button to toggle it was a mistake. I should have just made it inline the whole time. That may be something I want to do eventually, but it would create a breaking change, so I can't just change it now.
I guess what I mean to say is that I like this idea. Im dealing with a couple of other high priority tasks with the docs site not styling properly at the moment, but I will try to get to this soon. In the meantime, I recommend copying the source code as your own component so you dont have to wait on me.
bcourtel
added a commit
to bcourtel/Vuetensils
that referenced
this issue
Jan 17, 2022
Hello,
I'd like to use the datepicker directly in a page, without requiring the user to click on a "Open datepicker" button.
I'm working on a PR right now to allow that, only when a new prop (ie.
inline
) is true.This wouldn't change anything about the default usage.
Does this seem like an okay usage to you?
Thanks!
The text was updated successfully, but these errors were encountered: