fix(textarea): remove autocomplete prop

This commit is contained in:
Manu Mtz.-Almeida
2018-08-19 19:00:37 +02:00
parent ed5c8ebf09
commit 5989f15952
4 changed files with 1 additions and 15 deletions

View File

@ -64,6 +64,7 @@ There are several attributes that can be added to a column to customize this beh
| `--ion-grid-column-padding-sm` | Padding for the Column on sm screens and up |
| `--ion-grid-column-padding-xl` | Padding for the Column on xl screens and up |
| `--ion-grid-column-padding-xs` | Padding for the Column on xs screens and up |
| `--ion-grid-columns` | The number of total Columns in the Grid |
----------------------------------------------