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
相关问题
- Angular RxJS mergeMap types
- void before promise syntax
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- Ignore Typescript errors in Webpack-dev-server
- Plugin with id 'com.google.gms.google-services
相关文章
- angular脚手架在ie9+下兼容问题
- angular 前端项目 build 报错 "Cannot find module 'le
- Cannot find module 'redux' 怎么解决?
- Angular Material Stepper causes mat-formfield to v
- After upgrade to Angular 9 cannot find variable in
- is there any difference between import { Observabl
- Suppress “Circular dependency detected” suppress w
- How can you get current positional information abo
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.