You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileInput no longer receives a name attribute. Instead it gets passed an id attribute instead.
The main problem for us is that it causes our E2E tests to fail (though this is something we will happily update), it also means that there are elements with duplicate IDs (HTML validation issue). e.g.:
This is a problem that exists in the CodeSandbox without any changes needed.
Just jump into the Create Post page. Open the element inspector and move to the input type="file" element, and observe the problem
Environment
React-admin version: 4.0.1
Last version that did not exhibit the issue (if applicable):
React version:
Browser:
Stack trace (in case of a JS error):
The text was updated successfully, but these errors were encountered:
FileInput no longer receives a
name
attribute. Instead it gets passed anid
attribute instead.The main problem for us is that it causes our E2E tests to fail (though this is something we will happily update), it also means that there are elements with duplicate IDs (HTML validation issue). e.g.:
This is a problem that exists in the CodeSandbox without any changes needed.
Just jump into the
Create Post
page. Open the element inspector and move to theinput type="file"
element, and observe the problemEnvironment
The text was updated successfully, but these errors were encountered: