cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
12 lines • 689 B
HTML
<div class="component-holder ng-scope" data-component="crn-select" id="">
<div class="item item-input item-select">
<label class="input-label" aria-label="Select Item" id="">Select Item</label>
<select aria-label="Aria Label Text" id="" class="ng-pristine ng-untouched ng-valid ng-empty"
aria-invalid="false">
<option value=""></option>
<option data-component="crn-item-select" class="active" value="1">Value 1</option>
<option data-component="crn-item-select" class="" value="2">Value 2</option>
<option data-component="crn-item-select" class="" value="3">Value 3</option>
</select>
</div>
</div>