- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have searched the internet for documentation on ionic select component. all i can find is html/css information to make them look different. Ionic has little documentation in their website.
my html is
<div class="rightContent widget-container"> <label class="item item-input item-select widget uib_w_13 d-margins" data-uib="ionic/select" data-ver="0"> <div class="input-label">PICK:</div> <select id="pickoffset"> <option>NONE</option> <option>BLUE BUKET</option> <option>ORANGE BUCKET</option> </select> </label> </div>
but i cannot figure out how to do anything with it. my goal is to have: on change add text to textbox
do i have to make a listener or is there a special function for a selector?
any help would be appreciated i try no to ask too many question in the forum but google provided no help on this.
Thank you
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will need to add a onchange event listener. For more information about this event listener, visit http://www.w3schools.com/tags/ref_eventattributes.asp
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will need to add a onchange event listener. For more information about this event listener, visit http://www.w3schools.com/tags/ref_eventattributes.asp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you, i actually figured it out late last night by guessing. Your link will help me for more information.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page