Listbox/select, search, date, and inline-edit fields — zero JavaScript, riding on platform primitives. Back to the kitchen sink.
The select is a native control enhanced with
appearance: base-select where supported — open it to see the
styled panel; other browsers get the plain .form-select look.
Authoring shorthand: <lz-search placeholder="Search boards" shortcut="/"></lz-search> (templates/search.html).
Zero-JS default: a hidden checkbox swaps view and
editor. Click the value (or Tab to the toggle and press Space) to edit.
Cancel is type="reset" — it closes the editor and reverts the
field; Save submits the form.