Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71527

Search bar on ion select option box

$
0
0

@ymphyow wrote:

Hello! May I know how to add search bar on select option box? Thank you.

<ion-item  lines="none">
    <ion-label color="scm">Project Code</ion-label> 
    <ion-select [(ngModel)]="proj_code" (ionChange)="codeSelected(proj_code)"   placeholder="Select One"  okText="OK" cancelText="Cancel" > 
      <ion-select-option value="{{item}}" class="selection"  text-wrap *ngFor="let item of projectCodeList; "  >{{item}}</ion-select-option>
    </ion-select>
    </ion-item>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>