Filtering and selection

Select your favorite state

Search for a state @for (state of filteredStates; track state) { {{ state.name }} }

Selected value: {{ value }}

Option groups autocomplete

States Group @for (group of stateGroupOptions | async; track group) { @for (name of group.names; track name) { {{name}} } }

Selected value: {{ stateForm.value|json }}