Alex
Results
2
comments of
Alex
@MarioKrstevski you need to cancel event in order to prevent input, i.e ```js const keyMapHandlers = { FOCUS_BARCODE_INPUT: (event) => { event.preventDefault(); document.getElementById('barcode-input-field').focus() } } ``` This is not a...
@busy-panda `process` is an nested object that could be accessed, normally via dot notation. It's only visible if it's actually set. Regarding hiding values: there are couple existing issues for...