brewlog/static/js
Jon Seager 28a64a93d1
fix(ui): block native change events in searchable-select component
Native change events from child inputs were bubbling up and reaching
data-on:change handlers, which expect only the CustomEvent with
evt.detail. Capture and stop native change events so only the
component's own CustomEvent propagates.
2026-02-07 08:28:22 +00:00
..
components fix(ui): block native change events in searchable-select component 2026-02-07 08:28:22 +00:00
webauthn.js style(js): convert webauthn.js to arrow functions and template literals 2026-02-06 18:19:18 +00:00