15 Commits

Author SHA1 Message Date
e27452b789 fix(focus): improve input focus control
Closes #5536
2016-04-14 09:31:16 -05:00
e21c4d5927 fix(keyboard): remove content padding after input blur
Closes #5800
2016-04-11 22:57:29 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
3e88fe9f31 fix(input): add event emitters for blur and focus to the ion-input component
fixes #5487
2016-03-16 12:46:27 -04:00
91df5f97ee refactor(refresher): allow refresher content customization
Breaking Change:

## Refresher:

- `<ion-refresher>` now takes a child `<ion-refresher-content>`
component.
- Custom refresh content components can now be replaced for Ionic's
default refresher content.
- Properties `pullingIcon`, `pullingText` and `refreshingText` have
been moved to the `<ion-refresher-content>` component.
- `spinner` property has been renamed to `refreshingSpinner` and now
goes on the `<ion-refresher-content>` component.
- `refreshingIcon` property is no longer an input, but instead
`refreshingSpinner` should be used.

Was:

```
<ion-refresher (refresh)="doRefresh($event)"
pullingIcon="arrow-dropdown">
</ion-refresher>
```

Now:

```
<ion-refresher (refresh)="doRefresh($event)">
  <ion-refresher-content
pullingIcon="arrow-dropdown"></ion-refresher-content>
</ion-refresher>
```
2016-02-27 17:33:59 -06:00
b53d70710e feat(input): default autocomplete/autocorrect=off, fix autofocus
Related: #5480
2016-02-22 15:00:54 -06:00
de952e3cbb chore(): change source code console.log to console.debug 2016-02-02 16:41:35 -06: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
181a07024e fix(input): check has value on writeValue 2016-01-28 20:34:17 -06:00
5d4a8fea8c fix(input): fix floating label on blur w/ value 2016-01-27 12:57:49 -06:00
6890532ab4 feat(checkbox): stand-alone checkbox components 2016-01-27 08:09:38 -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