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
I have form which has an Input type file to receive an image, but the problem is when I select a file for the first time, it doesn't do anything at background,
I found how to handle this bug, should set value={null} but it makes the project has a warning that an input value should not be null,
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
1- Implement a default Input type file with Next-Ui,
2- choose a file
3- you should see that your file is not given to the input
Expected behavior
it should take the file for the first time you append
Screenshots or Videos
No response
Operating System Version
macOs
Browser
Chrome
The text was updated successfully, but these errors were encountered:
NextUI Version
2.4.1
Describe the bug
I have form which has an Input type file to receive an image, but the problem is when I select a file for the first time, it doesn't do anything at background,
I found how to handle this bug, should set value={null} but it makes the project has a warning that an input value should not be null,
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
1- Implement a default Input type file with Next-Ui,
2- choose a file
3- you should see that your file is not given to the input
Expected behavior
it should take the file for the first time you append
Screenshots or Videos
No response
Operating System Version
macOs
Browser
Chrome
The text was updated successfully, but these errors were encountered: