docs(input): update input

Added additional item highlighting ability to make text area taller and include placeholder text.
This commit is contained in:
Bryan Walker
2016-07-24 21:16:36 -05:00
committed by Adam Bradley
parent d62faf9d81
commit d17441459e

View File

@ -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/