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
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
How to reproduce:
On Basic demo select some text on the paragraph before the file input button and press tab. This behavior is also present on:
Basic Plus
Basic Plus UI
AngularJS
Screenshot:
Suggestion:
Add tabindex="-1" attribute on file input like this (basic-plus.html):
<!-- The fileinput-button span is used to style the file input field as button --><spanclass="btn btn-success fileinput-button"><iclass="glyphicon glyphicon-plus"></i><span>Add files...</span><!-- The file input field used as target for the file upload widget --><inputid="fileupload" type="file" name="files[]" multipletabindex="-1"></span>