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
When selecting a file with file type input, it should change the forms dirty value to true, the same as what would happen if I changed the text value in a text input.
The behavior works when the file input element has multiple=true, but not when it doesn't
Navigate to the "Dirty file input reproduction" section
Upload any file and visualize that the dirty state does not change in comparison to when typing in the text input.
What browsers are you seeing the problem on?
No response
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
lucasthevenet
changed the title
Selecting a file (or files) with file input does not change form.dirty value to true
Selecting a file with file input does not change form.dirty value to true
Feb 14, 2024
Describe the bug and the expected behavior
When selecting a file with file type input, it should change the forms dirty value to true, the same as what would happen if I changed the text value in a text input.
The behavior works when the file input element has multiple=true, but not when it doesn't
Conform version
v1.0.1
Steps to Reproduce the Bug or Issue
What browsers are you seeing the problem on?
No response
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: