mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Integrated barcode scanner via Webcam.
This commit is contained in:
parent
1812e6f5bc
commit
48f4a360f4
6 changed files with 123 additions and 2 deletions
|
@ -34,7 +34,8 @@ class ScanDialogType extends AbstractType
|
|||
$builder->add('input', TextType::class, [
|
||||
'attr' => [
|
||||
'autofocus' => true,
|
||||
]
|
||||
'id' => 'scan_dialog_input',
|
||||
],
|
||||
]);
|
||||
|
||||
$builder->add('submit', SubmitType::class, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue