ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.03k stars 13.51k forks source link

Need to add textarea in AlertController #19286

Closed pandeeswaran closed 4 years ago

pandeeswaran commented 5 years ago

As of now not allowed textarea in AlertController.

We have customised in below node modules and added textarea input type, it has been working as expected in our project.

./node_modules/@ionic/core/dist/esm/ion-alert-md.entry.js ./node_modules/@ionic/core/dist/esm/ion-alert-ios.entry.js ./node_modules/@ionic/core/dist/types/components/alert/alert-interface.d.ts line:19 (type?: TextFieldTypes | 'checkbox' | 'radio' | 'textarea';)

Officially need to work for it. We have using appFlow that time, the above customised node_modules files are not rendered/build. It was throw an error.

Thanks.

pandeeswaran commented 5 years ago

This feature already discussed on 2years back yet not resolved

Support for textarea in alert #8125

longgt commented 5 years ago

https://github.com/ionic-team/ionic/pull/16851

liamdebeasi commented 4 years ago

Thanks for the feature request. This was added in Ionic Framework v5.0.

ionitron-bot[bot] commented 4 years ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.