Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

ion select

 <ion-select >
          <ion-select-option *ngFor="let country of countries" value="{{ country.name }}">
            {{ country.name }}
          </ion-select-option>
     </ion-select>
Source by ionicframework.com #
 
PREVIOUS NEXT
Tagged: #ion #select
ADD COMMENT
Topic
Name
2+4 =