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 create a project and I add a few inputs with a click to open a file picker.
Then again I click to open a file picker again and select more inputs.
The first inputs are lost and replaced by the second inputs.
NB: this does not happen with drag and drop.
The text was updated successfully, but these errors were encountered:
- Enhance file input handling in the UI to avoid losing selected files when adding new inputs.
- Introduce a `selectedFiles` array to store and manage selected files.
- Display selected files in the UI with additional features, including a delete button.
- Update the `removeFile` function to correctly remove files from both the UI and the `selectedFiles` array.
Fixes: aboutcode-org#991
Signed-off-by: Jayanth Kumar <jknani111@gmail.com>
- Enhance file input handling in the UI to avoid losing selected files when adding new inputs.
- Introduce a `selectedFiles` array to store and manage selected files.
- Display selected files in the UI with additional features, including a delete button.
- Update the `removeFile` function to correctly remove files from both the UI and the `selectedFiles` array.
Fixes: aboutcode-org#991
Signed-off-by: Jayanth Kumar <jknani111@gmail.com>
I create a project and I add a few inputs with a click to open a file picker.
Then again I click to open a file picker again and select more inputs.
The first inputs are lost and replaced by the second inputs.
NB: this does not happen with drag and drop.
The text was updated successfully, but these errors were encountered: