mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
Update docs and fix typos (#7776)
* docs(input): fix typo * docs(scroll): add note about required CSS for scrollY * docs(config): add swipeBackEnabled to config properties list * docs(component generator): fix broken link in template comment * docs(directive generator): fix broken link in template comment
This commit is contained in:

committed by
Mike Hartington

parent
de12a4e905
commit
97b57f1b53
@ -135,7 +135,7 @@ export class TextInput extends InputBase {
|
||||
* however, with Ionic wrapping the native HTML text area element, Ionic
|
||||
* is able to better handle the user experience and interactivity.
|
||||
*
|
||||
* Not that `<ion-textarea>` must load its value from the `value` or
|
||||
* Note that `<ion-textarea>` must load its value from the `value` or
|
||||
* `[(ngModel)]` attribute. Unlike the native `<textarea>` element,
|
||||
* `<ion-textarea>` does not support loading its value from the
|
||||
* textarea's inner content.
|
||||
|
Reference in New Issue
Block a user