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

Update Documentation: Remove Incorrect Vue Example from IconField #7028

Closed
franmc01 opened this issue Aug 12, 2024 · 0 comments · Fixed by #7029 or #7027
Closed

Update Documentation: Remove Incorrect Vue Example from IconField #7028

franmc01 opened this issue Aug 12, 2024 · 0 comments · Fixed by #7029 or #7027
Assignees
Labels
Component: Documentation Issue or pull request is related to Documentation
Milestone

Comments

@franmc01
Copy link
Contributor

Describe the bug

The documentation for the IconField component in primereact/components/doc/iconfield includes an example using <InputText v-model="value2" />. This example is incorrect because the IconField component is implemented in React, not Vue. The v-model directive does not apply here.

Reproducer

https://primereact.org/iconfield/

System Information

Not apply

Steps to reproduce the behavior

  1. Navigate to the documentation for the IconField component.
  2. Review the example showing <InputText v-model="value2" />.

Expected behavior

The documentation should be updated to remove or replace the incorrect Vue-specific example with relevant information or code for React.

@franmc01 franmc01 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 12, 2024
@melloware melloware added Component: Documentation Issue or pull request is related to Documentation and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Aug 12, 2024
@melloware melloware added this to the 10.8.3 milestone Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Issue or pull request is related to Documentation
Projects
None yet
2 participants