I had problems trying to make work the new angular2 forms, if using ion-input
instead of a basic input
node.
Looking the ionic2 code it seems these form components, like ion-input
are not supporting the new angular forms.
There is an example of material2 team making their own components compatible with the new forms:
But, looking for the the ionic repo issues, I didn’t find some related issue, which I think would be important to fix when the old forms were deprecated.
Am I wrong about this?