Skip to content
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

set readonly prop to readonly attribute #3016

Merged

Conversation

nagisaando
Copy link

Defect Fixes

When submitting a PR, please also create an issue documenting the error.

In Calendar component, readonly prop is not working as expected since manualInput prop is set to readonly attribute instead.
Currently, when readonly prop is set true, input still accepts new input.

<Calendar v-model="value" :readonly="true" />

The issue is described here #125

The repo for readonly bug is here https://github.com/nagisaando/primevue-calendar-readonly-error

@tugcekucukoglu tugcekucukoglu added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Sep 29, 2022
@tugcekucukoglu tugcekucukoglu removed the Status: Pending Review Issue or pull request is being reviewed by Core Team label Oct 25, 2022
@tugcekucukoglu tugcekucukoglu merged commit 6eaabd8 into primefaces:master Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants