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 committed by Marc Kreidler
parent ed6a10c57f
commit 71755ac0a1
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',
],
]);