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

Make renderer run even if the same file was selected #30

Open
gmarshall56 opened this issue Aug 9, 2021 · 1 comment
Open

Make renderer run even if the same file was selected #30

gmarshall56 opened this issue Aug 9, 2021 · 1 comment

Comments

@gmarshall56
Copy link

Hello:

I have installed this per you sample OnChange handler code. This works great but, what if the user were to select the same file again? When selecting file "a.xlsx" the code runs great, but when selecting file "a.xlsx" again, the code does not run, probably because of the OnChange handler. What would I do to allow your code to run each and every time even if the same file was selected over an over again?

Thank you for your time.

@Zadegro
Copy link

Zadegro commented Aug 10, 2021

Hello:

Use the attribute "value" in your input in order to "reset" the file
value=""
""

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

No branches or pull requests

2 participants