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

Fix select a file after remove it in file input #1507

Merged
merged 3 commits into from Mar 6, 2023

Conversation

raquelarrojo
Copy link
Collaborator

Checklist
(Check off all the items before submitting)

  • Build process is done without errors and all tests pass in /lib directory.
  • Self-reviewed the code prior to submitting.
  • Meets accessibility standards.
  • Added/updated documentation to /website as needed.
  • Added/updated tests as needed.

Purpose
Fix to be able to select same file after remove it.

Description
Select a file, remove it and select the same file again. This is a limitation of the input file. Input file's value must be cleaned in order to be able to select it again.

Please refer to this issue.

Closes #1489

@raquelarrojo raquelarrojo marked this pull request as ready for review March 2, 2023 11:13
@jsuarezgonz jsuarezgonz merged commit 50c4df3 into master Mar 6, 2023
2 checks passed
@jsuarezgonz jsuarezgonz deleted the rarrojolopez-fileInput-fix branch March 6, 2023 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File input cannot select same file after being removed
2 participants