Questions tagged [ion-radio-group]
6 questions
2
votes
1 answer
Ionic 6 Angular slot="error" doesn't work with ion-checkbox and ion-radio-group
I am trying slot error , it works for more of the input fields, but seems it doesn’t work for ion-checkbox and for the ion-radio-group .
In the in the .ts file I have.
private buildForm() {
this.form = this.formBuilder.group({
…

Dimitar Marinov
- 31
- 3
0
votes
1 answer
How to handle IonRadioGroup change event in React using Formik?
Okay, so I'm building an Ionic React app with Formik. I ran into this issue where an IonRadioGroup is not able to handle the state value set by Formik. I ended up in one of these 2 scenarios:
Versions
...
"@ionic/react": "^6.0.0",
"react":…

HotFix
- 157
- 1
- 11
0
votes
1 answer
ion-radio default checked *ngfor
I'm new to ionic-framework. My task is next, I want, When the component is opened, the radio button should be checked default. I want one to be checked.Thanks in advance
enter image description here
Screen image
file…

Shota Pertakhia
- 13
- 3
0
votes
1 answer
How to select single radio button in ion-radio-group in ionic4
I am building an ionic4 app which uses ion-radio-group to display options from an array. My problem is when I try to select a single radio, all radios are selected. How can I select a single radio?
The code I am using is:
…

appdevnoobie
- 219
- 1
- 3
- 8
0
votes
1 answer
How to change background color of ion-radio without updating background color of entire app?
I am trying to change the background of the ion-radio-group below to match the other rows:
I have shown my HTML & CSS below.
I tried adding the rowStyle class to the row. That changes the background of the row, but the radio button's are still…

user9847788
- 2,135
- 5
- 31
- 79
0
votes
1 answer
Issue with ion-radio-group with ngModel
I am using ion-radio-group with ngModel with hide/show functionality. Below is my UI code for view.
show
Hide

Vinie
- 2,983
- 1
- 18
- 29