Questions tagged [ion-select]
67 questions
0
votes
0 answers
get value ion- select since TS, using ionic v3
I have two ion select and I would like to capture the value of each select from the TS when I click a button. Please help
part of code:
Reward Type:
0
votes
1 answer
Data passed by ionChange using ion-select does not get passed as input to the api - Ionic
Hello guys I am working on this food delivery app where a user inputs an Delivery Circle in a ion-select component, where he/she stays and then I fire another api by taking the value of delivery circle (for eg. 1,2,3...etc) in another ion-select…

shashank verma
- 59
- 10
0
votes
1 answer
ion-select make big round shade
working with ionic3, when I add an tag, it make a big shadow on almost all screen... I do not find any property on css that have any effect on it...
here a screen shot:
0
votes
1 answer
How to use object in ion-select box to display dynamic ion-option in my ionic 3 app?
In my ionic 3 application, i want to add a dynamic select-option of different country. I have an object of country like:
{AF: "Afghanistan", AX: "Aland Islands", AL: "Albania", DZ: "Algeria"}
I want to use this object like:

GAURAV
- 647
- 6
- 18
0
votes
0 answers
Can't set default value to ion-select from component ionic 3
I am trying to set default value to ion-select from component class but when page gets load ion-select component doesn't show default value.
My component code is as below:
@Component({
selector: 'page-edit-profile',
templateUrl:…

Gaurav Agam
- 32
- 6
0
votes
1 answer
populate an ion-list with names based on value in ion-select
I am trying to fill a list with names which depend on a selection made from a combo box (ion-select/ion-option). each time an option is selected the list needs to be emptied and filled with the new list.
When the view loads, it is loaded from a side…

Juan
- 108
- 8
0
votes
0 answers
How to provide double click callback on ion-option?
I have an ion-select list. Now, when I select an option, I am triggering one callback using (ionSelect). But I want to trigger another callback when user double clicks on an option. My code is:
…

Setu Kumar Basak
- 11,460
- 9
- 53
- 85