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
However, if I add the inline property, because I don't want to see the input field, I loose the Cancel button. Is there a reason for that? I searched in the docs but didn't find any mention.
To Reproduce
Steps to reproduce the behavior:
Create a Datepicker instance
Add add the "inline" property
As you can see the "Cancel" button hides.
Expected behavior
I expect the "Cancel" button remain in the widget even with the "inline" property present.
Screenshots
Desktop & mobile (please complete the following information):
Google Chrome
@vuepic/vue-datepicker": "^10.0.0"
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm currently working with the Date picker, and I'm applying some custom configurations, as you can see below:
However, if I add the
inline
property, because I don't want to see the input field, I loose theCancel
button. Is there a reason for that? I searched in the docs but didn't find any mention.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the "Cancel" button remain in the widget even with the "inline" property present.
Screenshots
Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: