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

Bug - FileUploadField - name attribute is not set correctly on the input element #9940

Closed
jamestalton opened this issue Jan 5, 2024 · 0 comments · Fixed by #9941
Closed

Comments

@jamestalton
Copy link
Contributor

jamestalton commented Jan 5, 2024

Describe the problem
Ansible is using React-Hook-Forms which rely on the name attribute of inputs being set correctly.
The name attribute is not set correctly on the FileUploadFields input element.

How do you reproduce the problem?
Look at the FileUploadField input element in the inspector and notice the name attribute is not set correctly.

Expected behavior
The name property should be set on the input of the FileUploadField to the name passed into the component.

Is this issue blocking you?
Yes

Screenshots
N/A

What is your environment?
N/A

What is your product and what release date are you targeting?
Ansible

Any other information?
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant