41 Commits

Author SHA1 Message Date
1c67b0269b feat(select): fallback to alert interface when more than 6 opts 2016-04-16 21:40:41 -05:00
203b07809e Revert "fix(sass): remove global imports from components"
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
2016-04-11 13:24:58 -04:00
dad2155ecd fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
2016-04-11 11:59:44 -04:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
a4fc96de0d fix(select): fix select styling on windows mode
closes #5787
2016-03-14 18:25:24 -04:00
d3d689ae11 style(sass): remove all PropertySortOrder errors from linter
references #5797
2016-03-14 15:56:19 -04:00
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
81096f1c12 feat(select): using action-sheet as ion-select interface 2016-03-09 23:57:22 +01:00
6063932455 fix(select): change windows border colors for selects to match input
references #5787
2016-03-09 16:21:35 -05:00
b967b1ee7e fix(select): improve value comparisons 2016-03-06 20:43:31 -06:00
b219de5f9f fix(select): do not open on form submit
Closes #5596
2016-03-05 00:40:58 -06:00
8a1e450264 feat(windows): add label Sass file
references #5565
2016-02-24 12:12:26 -05:00
781ea831cd feat(windows): add select component
references #5565
2016-02-23 19:10:40 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
7e3eb23345 test(select): ngFor ion-option w/ array of numbers
Related: #5495
2016-02-18 10:25:13 -06:00
1e0df9249e test(): update checkbox/select/toggle tests 2016-02-14 14:43:37 -06:00
b85d7aa269 fix(radio): use value accessor provider 2016-02-13 23:18:39 -06:00
10222e97f8 chore(): call onTouched 2016-02-13 21:27:15 -06:00
3444a3cfa9 fix(select): use value accessor provider 2016-02-13 21:18:05 -06:00
6a7c97d77e feat(select): cancel output event
Closes #5439
2016-02-13 00:42:37 -06:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
9a4b6bb9b0 docs(demos): add demo for select
references driftyco/ionic-site#397
2016-02-05 14:43:19 -05:00
0fb297fe34 docs(select): update docs 2016-02-02 14:16:32 -05:00
c264e3187b fix(select): null value clears select text
Closes #5288
2016-02-01 15:56:51 -06:00
3e8b7ca96d test(select): reproduce issue of setting select to null
references #5288
2016-02-01 14:45:15 -05:00
58443f0ff3 fix(select): always update value and text 2016-01-28 21:30:58 -06:00
eb03159d08 fix(select): fix select disabled state 2016-01-27 23:03:05 -06:00
0a04522d38 fix(select): update text on ngModel change 2016-01-27 22:22:40 -06:00
e19d4e38c0 feat(select): emit change and select events
Closes #5219
2016-01-27 13:16:07 -06:00
e76b55994c fix(input): checked attr can be an empty string or no value 2016-01-27 08:09:37 -06:00
42f6b1056f fix(input): update input css/tests 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
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -06:00
3a41dfeb6b chore(): more type fixes 2016-01-13 16:34:27 -06:00
bd69104ac1 chore(): fix types Select 2016-01-13 15:09:14 -06:00
70de648538 Auto select Option with default value if none is checked 2016-01-10 00:07:14 +07:00
d4cf6d83f2 docs(): fix spelling 2016-01-08 21:09:05 -06:00
ca678c0af8 docs(select): ion-select docs 2016-01-08 21:05:04 -06:00
270fca0c50 feat(select): ion-select using alert radio/checkbox options
Closes #890 Closes #826 Closes #886
2016-01-08 16:26:07 -06:00