Skip to content

Commit

Permalink
Merge pull request #224 from Oksydan/file-input-fix
Browse files Browse the repository at this point in the history
Custom file input - fix to uploaded file information
  • Loading branch information
Oksydan authored May 5, 2023
2 parents 0d6a23c + f049fba commit e461b20
Show file tree
Hide file tree
Showing 4 changed files with 5,639 additions and 5,666 deletions.
2 changes: 2 additions & 0 deletions _dev/js/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import '@js/theme/vendors/bootstrap/bootstrap-imports';
import 'bootstrap-touchspin';
import 'jquery-hoverintent';
import '@js/theme/components/dynamic-bootstrap-components';
import bsCustomFileInput from 'bs-custom-file-input';

import '@js/theme/components/selectors';
import '@js/theme/components/sliders';
Expand Down Expand Up @@ -60,6 +61,7 @@ $(() => {
initStickyHeader();
accLinksTriggerActive();
Form.init();
bsCustomFileInput.init();
const topMenu = new TopMenu('#_desktop_top_menu .js-main-menu');
usePasswordPolicy('.field-password-policy');

Expand Down
18 changes: 16 additions & 2 deletions _dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@prestashop-core/jquery.live-polyfill": "^1.1.2",
"bootstrap": "^4.6.0",
"bootstrap-touchspin": "^4.3.0",
"bs-custom-file-input": "^1.3.4",
"follow-redirects": "^1.14.8",
"jquery": "^3.4.1",
"jquery-hoverintent": "^1.10.1",
Expand Down
Loading

0 comments on commit e461b20

Please sign in to comment.