Use stimulus controller to implement barcode scanner.

This commit is contained in:
Jan Böhmer 2022-03-07 01:28:32 +01:00
parent 1460894946
commit cb683f611c
4 changed files with 89 additions and 324 deletions

View file

@ -14,12 +14,13 @@ const RegisterEventHelper = class {
constructor() {
this.registerToasts();
this.registerTooltips();
this.registerFileInput();
this.registerJumpToTopBtn();
this.registerTriStateCheckboxes();
this.registerFileInput();
this.registerSpecialCharInput();
this.registerHoverPics();
}