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
Using the following input, on Chrome 78.0.3904.70: <input class="mx-auto" id="fileInput" name="file" type="file" data-role="file" data-mode="drop" multiple onchange="onNewFileSelection()"></input>
If the user choose some files, validate the OS dialog, then click again on the input to choose some files but cancel the OS dialog, then the internal list of files of the input form is now empty but the Metro 4 input form is displaying the previous count of files.
The text was updated successfully, but these errors were encountered:
alefab
changed the title
input file inconcistent display when user cancel the choose dialog
Input file inconcistent display when user cancel the choose dialog
Oct 23, 2019
Using the following input, on Chrome 78.0.3904.70:
<input class="mx-auto" id="fileInput" name="file" type="file" data-role="file" data-mode="drop" multiple onchange="onNewFileSelection()"></input>
If the user choose some files, validate the OS dialog, then click again on the input to choose some files but cancel the OS dialog, then the internal list of files of the input form is now empty but the Metro 4 input form is displaying the previous count of files.
The text was updated successfully, but these errors were encountered: