Closed goschtl closed 8 months ago
Hi,
i have a simple question about the autocomplete attribute in the button-generation function
if (type === 'fullscreen' || type === 'borderless' || type === 'toggleheader') { params += ' data-toggle="button" aria-pressed="false" autocomplete="off"'; }
Here our Screenread complains that autocomplete is not a valid attribute on the button elment.
https://github.com/kartik-v/bootstrap-fileinput/blob/master/js/fileinput.js#L2881
Thanks Christian
This attribute may not be needed for the button. Will check. Noting an enhancement.
Hi,
i have a simple question about the autocomplete attribute in the button-generation function
Here our Screenread complains that autocomplete is not a valid attribute on the button elment.
https://github.com/kartik-v/bootstrap-fileinput/blob/master/js/fileinput.js#L2881
Thanks Christian