how do I retrieve the value of an input field in my template?
I can document.getElementById()
but compile fails as there is no ‘value’
i shouldn’t have to do that anyhow
i put the property in the field {{propname}}
the property did not change when overtyped
or, the compiler doesn’t know
modalController.dismiss({action: 'save', address: propname });
none of the samples show input fields
1 post - 1 participant