-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve ref property on Form components #1920
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Comments
mertsincan
added
the
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
label
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
mertsincan
added a commit
that referenced
this issue
Mar 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
In some cases, Users may want to access Html elements in components that wrap select or input elements. Now, the input or select element can be accessed by using inputRef property in the wrapper components. The inputRef property can be used like the ref property of React.
Wrapper Form Components( inputRef )
Note: On the above components, ref => return PrimeReact component | inputRef => return HTML input/select element
Forwarding Refs( ref )
https://reactjs.org/docs/forwarding-refs.html
Note: In these components, HTML input element can be accessed directly by using the ref property.
The text was updated successfully, but these errors were encountered: