fix(input): add color support for ion-input

fixes #14864
This commit is contained in:
Manu Mtz.-Almeida
2018-07-28 16:47:56 +02:00
parent 4f9cbfe73c
commit f676f98628
9 changed files with 144 additions and 23 deletions

View File

@ -24,8 +24,8 @@ boolean
If true, the infinite scroll will be hidden and scroll event listeners
will be removed.
Call `enable(false)` to disable the infinite scroll from actively
trying to receive new data while scrolling. This method is useful
Set this to true to disable the infinite scroll from actively
trying to receive new data while scrolling. This is useful
when it is known that there is no more data that can be added, and
the infinite scroll is no longer needed.
@ -62,8 +62,8 @@ boolean
If true, the infinite scroll will be hidden and scroll event listeners
will be removed.
Call `enable(false)` to disable the infinite scroll from actively
trying to receive new data while scrolling. This method is useful
Set this to true to disable the infinite scroll from actively
trying to receive new data while scrolling. This is useful
when it is known that there is no more data that can be added, and
the infinite scroll is no longer needed.