Alan Smith
Posts: 0
Joined: Tue Jun 10, 2014 4:59 pm

Getting value of option selected from dropdown in ionic

How do i get the selected option of a dropdown list in Ionic?

I've tried this:

var value = Apperyio("rescueVehicleSel").find('option:selected').text();

And

var value = Appery("rescueVehicleSel").find(":selected").text();

But its telling me that Apperyio is not a function??? or Appery is not defined?

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Getting value of option selected from dropdown in ionic

Hello Alan,

Please check this sample tutorial to learn how to build an Ionic/AngularJS app that displays a list of data from a cloud database: https://docs.appery.io/docs/ionic-app...
You might also be interested in this Ionic components sample app using the List component:
https://docs.appery.io/docs/samples-i....

Return to “Issues”