We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vue2-datepicker version:3.9.0 Vue version: "vue": "^2.6.11", Browser:chrome
Steps to reproduce
Please see if this could be fixed.
Reproduction Link or Source Code
we have used something like below:
<DatePicker2 v-model="monthVal" type="month" range format="YYYY-MM-DD" value-type="YYYY-MM-DD" :clearable="false" :disabled-date="disabledAfterToday" confirm :open.sync="openMonth" @change="dateFilterChange('month')" >
Expected behavior User should be able to select single month without clicking twice.
Actual behavior Cant select Single month without clicking twice
The text was updated successfully, but these errors were encountered:
#429 You need remove the confirm.
confirm
Sorry, something went wrong.
Sorry but I cant remove confirm as we need to show confirm button to user. Is it possible to do it any other way?
@jyotiSam #564 (comment)
No branches or pull requests
Vue2-datepicker version:3.9.0
Vue version: "vue": "^2.6.11",
Browser:chrome
Steps to reproduce
Please see if this could be fixed.
Reproduction Link or Source Code
we have used something like below:
<DatePicker2
v-model="monthVal"
type="month"
range
format="YYYY-MM-DD"
value-type="YYYY-MM-DD"
:clearable="false"
:disabled-date="disabledAfterToday"
confirm
:open.sync="openMonth"
@change="dateFilterChange('month')"
>
Expected behavior
User should be able to select single month without clicking twice.
Actual behavior
Cant select Single month without clicking twice
The text was updated successfully, but these errors were encountered: