1 · Basic — no initial value, all field types

field-path-input (strict mode)
Selected value
{{ pick1 || '—' }}

2 · Controlled + allow-custom

field-path-input (allow-custom="true")
Value (round-trips via :value)
{{ pick2 || '—' }}

3 · Multi-select chips (Index / FTS modal pattern)

{{ c }} no fields added
Chips array
{{ JSON.stringify(chips) }}

4 · Scoring proof — type "body" → content.body ranks highest

Try typing: body, cre, lat, co bo
{{ pick4 || '—' }}