mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 14:59:36 +00:00
Render non-printable chars in the scan input field
This commit is contained in:
parent
eb2bbdd633
commit
2660f4ee82
2 changed files with 74 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ class ScanDialogType extends AbstractType
|
|||
'autofocus' => true,
|
||||
'id' => 'scan_dialog_input',
|
||||
'style' => 'font-family: var(--bs-font-monospace)',
|
||||
'data-controller' => 'elements--nonprintable-char-input',
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue