Render non-printable chars in the scan input field

This commit is contained in:
Jan Böhmer 2026-03-01 13:36:52 +01:00
parent eb2bbdd633
commit 2660f4ee82
2 changed files with 74 additions and 0 deletions

View file

@ -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',
],
]);