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

docs: remove v-model example from iconfield documentation #7027

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

franmc01
Copy link
Contributor

@franmc01 franmc01 commented Aug 12, 2024

This PR updates the documentation for the IconField component in primereact/components/doc/iconfield. The example using <InputText v-model="value2" /> has been removed as v-model is not applicable; the component is implemented in React, not Vue.

Changes Made
Removed the example of <InputText v-model="value2" /> from the documentation.

Reason
The v-model example was outdated and not relevant to the IconField component, which is a React component. This update ensures the documentation accurately reflects the current usage.

Fix #7028

Copy link

vercel bot commented Aug 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2024 4:50am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2024 4:50am

Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

1 similar comment
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@franmc01
Copy link
Contributor Author

Resolves issue #7028

@melloware melloware merged commit 1ef9560 into primefaces:master Aug 12, 2024
5 of 7 checks passed
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

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.

Update Documentation: Remove Incorrect Vue Example from IconField
2 participants