-
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
InputNumber: missing data attribute #3321
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Comments
x3igh7
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Sep 14, 2022
Work around is to access the parentElement like:
|
melloware
added a commit
to melloware/primereact
that referenced
this issue
Sep 14, 2022
melloware
added a commit
to melloware/primereact
that referenced
this issue
Sep 14, 2022
7 tasks
melloware
added
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 14, 2022
Please review my PR I am now passing all "data" attributes to the internal INPUT component of
|
melloware
added a commit
to melloware/primereact
that referenced
this issue
Sep 14, 2022
melloware
added a commit
that referenced
this issue
Sep 14, 2022
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
Describe the bug
InputNumber component does not properly pass down the
data
attribute as expected per #2620The
data
attribute is on the parentspan
element instead.Reproducer
No response
PrimeReact version
8.5.0
React version
17.x
Language
ES6
Build / Runtime
Next.js
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Expected is that the
data
attribute is on the input element so that it can be easily accessed via the change event. Other Prime Input elements behave in this fashion.The text was updated successfully, but these errors were encountered: