Skip to content
Advertisement

Tag: ionic4

Get value from input in Ionic 4 alert

As of today the Ionic 4 documentation on ion-alert contains an example how to add a text input to an alert, like this: But I can not find out how to access the value from the name1 text input, for example in the button handlers. Do I have to use something like document.getElementById or is there a more Ionic/Angular-style way?

Advertisement