-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Calendar disabled or readonly not working #125
Comments
This comment has been minimized.
This comment has been minimized.
<Calendar v-model="date1" :disabled="true" /> disabled worked for me, the input is greyed out, what is your version? |
"primevue": "1.0.0-rc.1", |
It is working. The attribute values were not passed down to the Calendar control. |
The only issue is |
This is my component DatePicker.vue:
The following example not disabling the Calendar:
Maybe I am doing something wrong. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any disabling or readonly ability for the calendar?
I tried to apply both of the attributes but it is not working.
The text was updated successfully, but these errors were encountered: