Questions tagged [ion-select]

67 questions
1
vote
2 answers

ion-select doesn't show full text

ion-selects in my form don't show full text of its ion-option
Fomare
  • 31
  • 1
  • 4
1
vote
1 answer

Replacing the button texts by icons

I am looking for a way to replace the placeholder texts in an ion-select action sheet with icons instead of simple text. Now, I know the texts can be changed by adding ‘okText’ and ‘cancelText’ to the HTML:
El Fred
  • 330
  • 1
  • 7
  • 23
1
vote
1 answer

ion-select default value not loading in typescript

I've looked at this question, this question, and this question, but none of them seem to be simple enough for what I'm looking for. Select Book
kcrisman
  • 4,374
  • 20
  • 41
1
vote
1 answer

How to get Index of selected Item in ion-select

I am using for drop-down list and it working as expected but what I want here is Index of selected option from I have used and change event like below:
CodeChanger
  • 7,953
  • 5
  • 49
  • 80
1
vote
3 answers

Integrate json object with dropdown in Ionic 3 Angular 4

I have been stuck trying to integrate a json response to a ion-option tag. this is my html code: Country
1
vote
2 answers

Can't use ion-select

I use ionic to create an android mobile application. But I have a problem with the select. On the site of ionic, it can be seen that in the documentation, you can use , but strangely, when I try to use it nothing happens. The result is…
AlexisCraig
  • 526
  • 4
  • 20
0
votes
1 answer

Ion-select with interface 'popover' doesn't open or populate any values

I am trying to use ion-select in my ionic application, and user iterface='popover' This is my ionic version -5.4.16 Ionic: Ionic CLI : 5.4.16 Ionic Framework : @ionic/angular 5.0.1 @angular-devkit/build-angular :…
0
votes
2 answers

Change properties of div inside an ion-select-option

i would like to add some small circles next to the ion-select-option lines with the attribute "< div >". I tried several options but nothing of them worked as expected. Hope someone can help.
xne2687
  • 33
  • 3
0
votes
1 answer

updating form ion-select in Ionic

I want to perform an update in an ion-select but I can't. My level of programming is very low and there are still many things that I don't understand. The options are read from a table ('categories') that has two fields ('id', 'name') through the…
0
votes
0 answers

How to use ion-select with custom button instead of given art style?

I have a custom button and some ion-select options like below in html. open today tommorow…
AkiZukiLenn
  • 337
  • 3
  • 14
0
votes
0 answers

convert ionic input to ionic select not working in ionic

I am trying to modify a project code, the project is written in ionic but I am not ionic developer I did some search and change the UI from input field to select, but the value is not shown in the select the old code
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
0 answers

React IonSelect not rendering pre selected value from state

I'm stuck on the following issue from a project I have taken over. I have a page that has a component with an IonSelect. The options of the select are loaded from data obtained from a server and set in the state whilst being passed as a prop to the…
DougB
  • 23
  • 5
0
votes
1 answer

Ionic - Unit test ionChange event for ion-select

I am trying to unit test a change event for ion-select. All
Sreejith
  • 166
  • 1
  • 12
0
votes
2 answers

ion-select in Ionic Angular

I want to select a Restaurant name and after i select it to have on the page only the food from that restaurant, but it doesn't work. After I select one restaurant from the list nothing happens. Here is my .html file :
Daiana
  • 19
  • 6
0
votes
1 answer

ion-select using pipe transform, how to set default value?

I'm using pipe transform on and the pipe will do some filter, map and sort. How can I set default value to selectedItem within