Questions tagged [ion-select]
67 questions
0
votes
1 answer
How to change radio color on selected ion-select
I created this select My ion-select
So I changed the color of the buttons to cancel and Ok, so far everything as it should be. My problem is that I can't change the color of the selected radio. the default color is blue, i would like to change the…
0
votes
1 answer
Trigger change event on ion-select component in ionic 5
I am trying to trigger a change event everytime I change my option in an ion-select component. The problem is that the change event is triggered when I press the OK button in the popover of the ion-select button. I want to trigger the change event…

Kathrine Hanson
- 575
- 2
- 10
- 32
0
votes
1 answer
Ionic select, preselected value with options loop
Im trying to create ion-select with preselected value and generated options but Im facing problem, initial select is not displayed until I interact with select. I assume that this component is checking for available options to display based on given…

Estherius
- 1
- 4
0
votes
1 answer
How do I disable the button until I select gender in Ionic?
I tried this:
Gender

P. Mark
- 81
- 1
- 3
- 12
0
votes
1 answer
Ionic Vue: How do I change the text color of a selected option?
I have a simple ionic select component with vue:
Select
Brown

Julian
- 591
- 5
- 14
0
votes
1 answer
how do I stop alertController from opening a second time
I have build a method that will insert custom text into an ion-select multi. I use an Alert box to insert the custom test in the select array and input field on dismiss of the alert box. Everything is working except the alert box will open again…

Thomas Degroot
- 441
- 1
- 12
- 32
0
votes
2 answers
Change the background color on ion-select based on the selected value
I'm using Ionic 5.0 and I have an ion-select field. I need to change the background of the field based on the selected option.
I've tried several things. My current attempt in the code below is to insert [ngStyle]="SetBackground(item.id)" in the…

Jephph
- 3
- 3
0
votes
1 answer
Customize ion-select icon in Ionic 4
I am developing an application using Ionic 4 and I am using ion-select. I want to customize the select icon, but the style is not applied.
…

AdelaM11
- 21
- 1
- 4
0
votes
0 answers
Translation of ionic core elements
I'm new in ionic and currently I'm building a little app.
I successfully got my ionic app localized with ngx-translate and also the angular localization for pipelines.
Only thing I am wondering is how do I get the default ionic elements…

omido
- 76
- 5
0
votes
1 answer
Selected data will trigger the image
what i want to do is to when i select "studio unit" the image of the studio unit will display only the studio unit ...
the problem is when i select the studio unit the image still shows the 3 image it should show the studio unit iamge...
enter…

Rhodney Noquiao
- 53
- 9
0
votes
1 answer
Ionic 4 Manual Override of ion-select
Hi I need 'select from list' functionality on a form but with the ability to enter a value manually if needed. I've been trying ion-select but there doesn't seem to be a way to have a manual override. Is there a way to do this?
Thanks
For example…

Townheadbluesboy
- 265
- 2
- 4
- 16
0
votes
2 answers
How to get ion-select multiple data and post it as array using formbuilder
I am new with angular 7 and Ionic 4.
I am developing a mobile app, I am working with an API, I have to create a new company using POST, in my form I have different fields and I have one called categories, I get the list of categories to show in the…

Ander
- 13
- 5
0
votes
1 answer
How to view selected items in full list of ion-select component?
I have a list of cards and get json from server in such structere:
object1 : {
prop1 : ''
listOfObjects : []
}
so object1 has many to many relationship with object in listOfObjects.
And i get only objects that linked with relationship with my…

Eugene Vajda
- 25
- 9
0
votes
1 answer
Ion select show selected value
I build a mobile app with Ionic and I have an ion-select which always displays three dots as list no matter what the selected value is.
What I want to do is to show the selected value of the ion-select.
Can anybody tell me how?
Thank you very much.

manolaros
- 11
- 1
- 5
0
votes
1 answer
ion-select showing three dots
I am using ion-select in my app. But when i run it on the device, ion-select shows three dots in spite of having sufficient space.
My Code is
…
Add

Akash Chaudhary
- 701
- 11
- 28