Update Documentation: Remove Incorrect Vue Example from IconField #7028
Labels
Component: Documentation
Issue or pull request is related to Documentation
Milestone
Describe the bug
The documentation for the
IconField
component inprimereact/components/doc/iconfield
includes an example using<InputText v-model="value2" />
. This example is incorrect because theIconField
component is implemented in React, not Vue. Thev-model
directive does not apply here.Reproducer
https://primereact.org/iconfield/
System Information
Not apply
Steps to reproduce the behavior
IconField
component.<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.
The text was updated successfully, but these errors were encountered: