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
input-class
In version 1.1.3 is the input-class option ignored.
1.1.3
<Datepicker v-model="state.purchaseDate" name="purchaseDate" input-class="block w-full rounded-md border-0 p-4 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-black sm:leading-6 cursor-pointer" format="dd.MM.yyyy" :monday-first="true" :disabled-dates="{ from: new Date() }" />
The problem lays in https://github.com/shubhadip/vuejs3-datepicker/blob/master/src/components/datepicker/DateInput.vue#L27-L32
PR is following.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In version
1.1.3
is theinput-class
option ignored.The problem lays in https://github.com/shubhadip/vuejs3-datepicker/blob/master/src/components/datepicker/DateInput.vue#L27-L32
PR is following.
The text was updated successfully, but these errors were encountered: