1

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

divyanshch
  • 390
  • 5
  • 15

1 Answers1

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.

Community
  • 1
  • 1
amin arghavani
  • 1,883
  • 14
  • 21