Ionic 2 Alerts input resize

2019-08-01 22:57发布

问题:

So I am using ionic 2 framework and wanted to know if anyone could help. I am trying to have alert inputs be more than just one line or be textareas instead of just one line inputs any help would be appreciated. Thanks

回答1:

The alert component in ionic2 just support input and you can not set row property for input. check more-than-1-row-in-input-type-textarea.

instead the AlertController document recommend to use modals.