Tutorialsplane

Ionic Select


Ionic Select – Select in Ionic Provides the functionality to select option from dropdown. It will work different than the traditional select box in the browser. We are going to explain the functionality of the select with example and demo.


Ionic Select

Now let us create very simple select box in ionic. First wrap the select box with label and add the classes – .item, .item-input and .item-select. Now add div with class .input-label inside the created label to create label. Now add html select <select> and their options in <option> tag.

Ionic Select Example

<div class="list">
  

</div>

Try it »

Ionic Tutorials

Ionic Components

Javascript Components