Autocomplete

First autocomplete option

Number @for(firstoption of filteredOptions | async; track firstoption) { {{ firstoption }} }
              
            
              
            

Option Group

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

Filter

Number @for(searchoption of searchfilteredOptions | async; track searchoption) { {{ searchoption }} }
              
            
              
            

Overview

State @for(state of filteredStates | async; track state.name) { {{ state.name }} | Population: {{ state.population }} }
Disable Input?