Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

ion-select cancel text

<ion-select cancel-text="Cancelar">
	<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: #cancel #text
ADD COMMENT
Topic
Name
1+5 =