Skip to content

Examples Tag Autocomplete and SearchableState

github-actions[bot] edited this page Jul 2, 2026 · 1 revision

Tag Autocomplete & SearchableState

The note form's tag suggestions are a compact example of SearchableState<T> inside the flagship portfolio.

Why It Matters

  • shows the same helper on a lightweight string collection
  • keeps search state in the VM layer instead of in the host view
  • complements the broader notes-list filtering story

Related Pages

Clone this wiki locally