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

File Upload Field does not work with newest FUI 2.7.5 #718

Closed
PhilippGrashoff opened this issue May 24, 2019 · 3 comments
Closed

File Upload Field does not work with newest FUI 2.7.5 #718

PhilippGrashoff opened this issue May 24, 2019 · 3 comments
Assignees

Comments

@PhilippGrashoff
Copy link
Collaborator

PhilippGrashoff commented May 24, 2019

Hi,

I didnt dig into that, just found it. As soon as I change to the newest Fomantic UI version 2.7.5, the File Upload fields wont work any more. They just does not execute anything after the file is selected.
2.7.4 still works, so it has to be related to the newest changes.

@ibelar
Copy link
Contributor

ibelar commented May 24, 2019

Two issue here:
1- Input Click handler is not called when clicking on it. Submit issue to Fomantic. fomantic/Fomantic-UI#770

2- Using button will not upload file after file is selected. Still investigating.

@ibelar
Copy link
Contributor

ibelar commented May 24, 2019

In fact both problem are related since input event is not called. File input used a change event to fire upload and the handler function is not called either when using 2.7.5
I am assuming this could impact all changes event setup for input inside a form.

@romaninsh
Copy link
Member

romaninsh commented Jun 26, 2019

Looks like this is safe to close as long as we jump over 2.7.4, thanks @lubber-de and @hammy2899!

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

3 participants