Date: 06-May-2021
- (enh #1674): Enhancements to add support for Bootstrap v5.
- Major release to support Bootstrap version 5.x
- Bootstrap version is auto detected with this release if the bootstrap javascript library is loaded
- Additional flexibility is provided to developer to override a specific bootstrap version by setting
$.fn.fileinputBsVersion
- There is an existing issue for MODAL dialog initialization in Bootstrap library v5.x. Refer the issue reported at the Bootstrap 5.x library repo with a workaround.
- (enh #1699): Update Danish Translations.
- (enh #1698): Tab index ordering enhancements.
- fix tab order breaking after file caption highlight
- added new property
tabIndexConfig
for configuration of tab indices for each section
which defaults to (null value means no tabindex property will be set for that section)
tabIndexConfig: {
caption: 500,
browse: 500,
remove: 500,
upload: 500,
cancel: null,
pause: null,
modal: -1
}