cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
8 lines • 510 B
HTML
<div class="item item-input item-select">
<label class="input-label">Select Item</label>
<select aria-label="Aria Label Text" ng-model="vars.combobox${RANDOM}" id="select-${RANDOM}">
<option data-component="crn-item-select" class="active" value="1" ng-selected="true">Value 1</option>
<option data-component="crn-item-select" class="" value="2" ng-selected="">Value 2</option>
<option data-component="crn-item-select" class="" value="3" ng-selected="">Value 3</option>
</select>
</div>