Skip to content

Conversation

@kart-u
Copy link
Contributor

@kart-u kart-u commented Nov 5, 2025

Summary

Closes #5521
Due to the file input not being reset in Uploader.vue, the modal exhibited buggy behavior where a alert modal for particular invalid file would only appear once when doing consecutive upload for the same file.
This has been fixed by adding a resetFileInput() call on KModal submit

References

bandicam.2025-11-06.03-41-14-269.mp4

Reviewer guidance

@MisRob
Copy link
Member

MisRob commented Nov 7, 2025

Hi @kart-u, thanks for another contribution! We will assign a reviewer.

I've just merged your other #5522 - could you rebase this PR on top of the latest unstable so we can see the new diff only?

@MisRob MisRob changed the title corrected buggy modal from uploader.vue Fixes file uploader showing invalid file modal just one time Nov 7, 2025
@kart-u kart-u force-pushed the corrected-buggy-modal-uploader branch from 438538c to 732c910 Compare November 7, 2025 12:12
@kart-u
Copy link
Contributor Author

kart-u commented Nov 7, 2025

@MisRob I have rebased the branch onto the current unstable as you requested.

On a side note, I’m currently deepening my understanding of the codebase, so if there are any medium to hard issues in future, please consider me for them I’d love to contribute 😊

@MisRob
Copy link
Member

MisRob commented Nov 11, 2025

Thanks @kart-u, occasionally there is a gap like now, but typically few new 'help wanted' issues of various complexity are added each week, so you can keep an eye on the list.

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 uploader shows invalid file modal just one time

2 participants