mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
docs(input): update input
Added additional item highlighting ability to make text area taller and include placeholder text.
This commit is contained in:

committed by
Adam Bradley

parent
d62faf9d81
commit
d17441459e
@ -159,6 +159,11 @@ export class TextInput extends InputBase {
|
|||||||
* <ion-label floating>Description</ion-label>
|
* <ion-label floating>Description</ion-label>
|
||||||
* <ion-textarea></ion-textarea>
|
* <ion-textarea></ion-textarea>
|
||||||
* </ion-item>
|
* </ion-item>
|
||||||
|
*
|
||||||
|
* <ion-item>
|
||||||
|
* <ion-label>Long Description</ion-label>
|
||||||
|
* <ion-textarea rows="6" placeholder="enter long description here..."></ion-textarea>
|
||||||
|
* </ion-item>
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* @demo /docs/v2/demos/textarea/
|
* @demo /docs/v2/demos/textarea/
|
||||||
|
Reference in New Issue
Block a user