104 Commits

Author SHA1 Message Date
7c8c56ee3e fix(aria): aria label/id updates 2015-12-14 21:34:40 -06:00
2a32711857 fix(input): add date and time inputs
Closes #744
2015-12-14 20:40:53 -06:00
c00e740fd5 fix(input): set webkit autofill bg to transparent 2015-12-11 10:20:05 -06:00
799f137eb5 fix(input): transparent bg for autofill 2015-12-11 08:58:08 -06:00
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
b6fc63aaba fix(text-input): fix floating labels by getting the value of the ngControl if it exists
Added some test cases for this to the floating labels example. Closes
#710
2015-12-10 15:21:01 -05:00
854d90f4c1 refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
2015-12-09 17:20:11 -05:00
05aaa2d34d fix templates after alpha50 2015-12-09 08:26:44 -06:00
243f03e545 Merge branch 'alpha50' into css-refactor 2015-12-09 07:47:30 -06:00
30b88d746b chore(): add ng prefix to lifecycle interfaces 2015-12-08 21:38:26 -06:00
afaf4d6de4 refactor(text-input): flattened css selectors, renamed some, cleaned up styles
references #689
2015-12-08 16:59:02 -05:00
ce2e4a3e32 fix back button, add deprecation warnings 2015-12-08 15:48:40 -06:00
eb39909fd5 add fixed-label and fixed-input css class 2015-12-08 15:02:57 -06:00
32f24f0b19 refactor(text-input): changed text-input references to item-input
cleaned up main text-input Sass file references #689
2015-12-08 16:01:25 -05:00
ad57fc02f8 add ion-input display type to inner label/input 2015-12-08 14:59:54 -06:00
21c8f35573 Merge remote-tracking branch 'origin/css-refactor' into css-refactor 2015-12-08 15:44:15 -05:00
abc93bc355 refactor(text-input): renamed some classes and removed some nesting
references #689
2015-12-08 15:44:11 -05:00
2fae5ba1be change [text-input] to .text-input, add .item-input 2015-12-08 14:43:03 -06:00
8b693ce836 toolbar button updates 2015-12-07 11:18:00 -06:00
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
d1d40ba7ba docs(api): @see tag 2015-12-04 11:54:22 -06:00
3f25687c1c docs(labels): basic usage 2015-12-04 11:54:22 -06:00
71235928ba refactor(text-input): renamed Sass variables to keep consistent
references #678
2015-12-03 10:55:45 -05:00
7a50c5d592 test(text-input): updated test for form-inputs
references #678
2015-12-02 19:45:12 -05:00
357074502b fix(text-input): added highlight colors for valid/invalid forms, updated sass variable names
references #678
2015-12-02 19:45:12 -05:00
6cba1b0f89 feat(text-input): added the form ng control status classes to ion-input
references #678
2015-12-02 19:45:12 -05:00
ba5b863d1e test(text-input): adding form inputs as a test
references #678
2015-12-02 19:45:12 -05:00
4bd6ac825d docs(): docs 2015-12-02 17:55:56 -05:00
50fab2504b refactor(text-input): added input highlight back in
closes #677
2015-12-02 14:00:46 -05:00
448385ed84 fix(navCtrl): run change detection after stage
Also fixes #675
2015-12-01 11:01:11 -06:00
ec6cc9cec7 refactor(text-input): remove the ion-list and ion-card wrappers for text-input
Can now use ion-inputs outside of lists. Closes #598
2015-12-01 11:28:23 -05:00
c420c0d726 fix(text-inputs): fix text inputs not wrapped by ion-input 2015-11-28 21:08:55 -06:00
194c964dfb fix(labels): improve floating labels focus
Closes #613
2015-11-25 21:56:00 -06:00
79bd85c8c8 refactor(radio): converted ion-radio-group to an ion-list with radio-group attribute
Changed Sass to style ion-list instead of the list class. Removed list
class from radios and lists. Closes #650
2015-11-25 17:00:37 -05:00
0ce39ce217 style(text-input): fixed typo 2015-11-24 16:50:37 -05:00
424800a3c9 fix(transition): update disabling transitions 2015-11-24 14:02:40 -06:00
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
103c183190 fix(keyboard): close keyboard before transition
Closes #616
2015-11-23 12:21:47 -06:00
f966555034 feat(text-input): adding color attributes for the ion-label
closes #585
2015-11-20 15:14:51 -05:00
032b0d0b98 test(): update text-input spec 2015-11-18 12:12:00 -06:00
64376c2304 fix(textInput): hide cursor during scroll 2015-11-16 22:47:00 -06:00
85523e26d3 Merge branch 'master' into list-border-refactor 2015-11-16 19:12:20 -05:00
8b4e528732 fix(text-input): removed the margin-left on floating and stacked labels
fixes #518
2015-11-16 19:11:49 -05:00
3ec39c51b5 fix(scroll): fix JS error when scrolling text input 2015-11-16 16:36:02 -06:00
13fa14dff6 chore(): make members private 2015-11-15 20:37:24 -06:00
9ef27f8c56 refactor(cssClass): use host class instead of renderer
Since angular2 alpha46 we can now use host: {‘class’:’item’} without it
getting removed by user css classes.
2015-11-14 15:13:35 -06:00
d5ac78f7b0 fix(keyboard): improve keyboard scroll assist 2015-11-13 16:53:28 -06:00