11 Commits

Author SHA1 Message Date
8141a38c93 chore(input): do not force blur on .input-cover tap 2016-04-16 20:45:43 -05:00
c8e58e58a0 fix(input): move nested function outside of if statment so as to fix issue related to strict mode
There was a white screen issue caused on ios because of a nested function declaration in the input
component. I moved this function out of the if statement so as to fix this issue.

closes issue 187 on conference app repo
2016-04-15 14:14:47 -05:00
f9b46c26cc fix(input): blur when tapping outside input on iOS
Closes #5020
2016-04-14 13:44:00 -05:00
e27452b789 fix(focus): improve input focus control
Closes #5536
2016-04-14 09:31:16 -05:00
4cfe210a5a fix(input): copy custom attrs from ion-input to native input 2016-02-01 21:57:29 -06:00
11b8e08567 fix(input): add/remove disabled on native text input
Close #5280
2016-02-01 14:16:48 -06:00
ad7885f6a4 fix(input): fix floating/stacked label relocate 2016-01-27 08:09:38 -06:00
70a9eb3e38 fix(input): change next input imports 2016-01-27 08:09:38 -06:00
aea2217d73 refactor(input): break apart input source files 2016-01-27 08:09:38 -06:00
2fc975354a fix(input): clean up CSS on inputs and labels 2016-01-27 08:09:37 -06:00
b3a7298a52 refactor(input): place inputs inside of ion-item 2016-01-27 08:09:37 -06:00