I’m looking to create a pop up where by the user inputs data, then selects one of two radio options by the UI seems to screw up when I have a combination of both text type and radio type in a pop-up.
Here is my code:
Sadly you need to create a custom modal with specific width and height, cuz alerts doesn’t support yet multiple different input types I had the same problem few weeks ago, and i didn’t find other solution than create a custom modal.
Then u will have to write your own (which is the essence of everyone’s comment here and to all others wanting this) using the stencil code of the ionic version u can find on GitHub