Commit Graph

183 Commits

Author SHA1 Message Date
Kevin Ross
3afb2b6904 Solves #559 - https://github.com/FezVrasta/bootstrap-material-design/issues/559#issuecomment-158114338 2015-11-19 11:07:47 -06:00
Kevin Ross
e275c689a5 Manually merged #712 2015-11-19 09:33:35 -06:00
Kevin Ross
d6bb60c446 - remove deprecated version from bower.json https://github.com/bower/spec/blob/master/json.md
- bumped package.json
- changed cibuild target to build
2015-11-19 08:54:33 -06:00
Kevin Ross
af2e21af87 Solves #642, note that programmatic change of value requires triggering change event. e.g. $('#i5i').val('').trigger('change')
http://stackoverflow.com/questions/4672505/why-does-the-jquery-change-event-not-trigger-when-i-set-the-value-of-a-select-us
2015-11-18 20:21:55 -06:00
Kevin Ross
acc532e659 sass rebuild dist 2015-11-18 19:59:41 -06:00
Kevin Ross
74b3d41c34 Allow floating labels to be used with input groups that have a left input. Update readme. 2015-11-18 16:43:19 -06:00
Kevin Ross
2cfee47c9b normalize navbar forms with bootstrap font sizes since material inputs are larger 2015-11-18 15:51:06 -06:00
Kevin Ross
2b6d9ea37b fixed bad label markup 2015-11-18 14:53:05 -06:00
Kevin Ross
4695eda87b standardized radio/toggle/checkbox labels 2015-11-18 14:43:36 -06:00
Kevin Ross
b8e85cbbad standardized checkbox sizing variants and colors to spec 2015-11-18 14:20:12 -06:00
Kevin Ross
ea596ef223 fixed floating label focused size 2015-11-17 15:43:00 -06:00
Kevin Ross
daa68e6624 Merge branch 'form-group-label-style' into standardized-form-markup 2015-11-17 15:32:07 -06:00
Kevin Ross
b6f1c9a8a5 remove artifacts to get clean merge 2015-11-17 15:30:31 -06:00
Kevin Ross
52a1abf5d7 Transitioned label styles to be indicated on the form-group 2015-11-17 15:26:19 -06:00
Kevin Ross
8ebf124500 checkpoint before transitioning label styles to form-group 2015-11-17 12:02:44 -06:00
Kevin Ross
9526778842 fixed legacy floating labels 2015-11-10 14:31:56 -06:00
Kevin Ross
9bbd049fea normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion 2015-11-10 13:36:15 -06:00
Kevin Ross
21b49987d8 changed empty to is-empty. All signaling is now on the form-group - is-empty (was: input.empty) | is-focused (was: input.focus) | has-error (was: input:invalid) 2015-11-10 11:52:15 -06:00
Kevin Ross
3f1e2ef2d1 move to is-focused instead of .focus to prevent potential oversight with :focus. Standardizing styles based on form-group instead of a mixture of input state and form-group state, including validity, which now sets form-group.has-error 2015-11-10 10:26:00 -06:00
Kevin Ross
a482c287dc introduced a new range of @md-input-* variables to get the sizing to the material spec without altering the font-size-base (which would affect absolutely everything). Still some work to be done to differentiate the different densities properly. 2015-11-09 13:32:46 -06:00
Kevin Ross
4d5317e8b8 A lot of work normalizing static control-labels with floating labels. This was primarily achieved by having material.js put the focus on the form-group, and adjusting styles as needed. Also done was a standardization of label/input sizes, and the introduction/testing of standardized form-group sizes. 2015-11-06 16:46:05 -06:00
Kevin Ross
1db81bebc0 trying to align behavior of static labels with the look of floating labels 2015-11-06 14:53:48 -06:00
Kevin Ross
d2cf56d805 due to css ~ adjacent sibling connector, existing <label> elements must be reordered after the input for floating labels to work. 2015-11-06 14:20:23 -06:00
Kevin Ross
eb67cd543f re-refactored inputs.less - this time kept sibling ~ references properly intact 2015-11-06 13:17:17 -06:00
Kevin Ross
ae4cfbeede fix livereload and watch to pickup js changes 2015-11-06 10:41:56 -06:00
Kevin Ross
59811e4ca5 removed form-control-wrapper in lieu of standard form-group 2015-11-06 10:30:05 -06:00
Kevin Ross
409df63756 sass is inclusion order dependent. In order to get the full-palette vs standard-palette, it required a separation of the content in material.less into _material.less to separate dependencies vs content. 2015-11-05 10:56:14 -06:00
Kevin Ross
1b2eedb6a2 sass demos added and linked. Files are generated in dist/sassc (so that fonts link properly), but ignored by .gitignore to avoid unnecessary distribution. 2015-11-05 08:25:02 -06:00
Kevin Ross
427b5046fe added generated file header, fixed contrast functions 2015-11-04 16:54:57 -06:00
Michał Bagiński
adeb169849 fixed one of the conditions for adding the "empty" CSS class 2015-08-26 18:13:13 +02:00
Michał Bagiński
d05bd4c123 fixed the CSS selector 2015-08-22 23:09:49 +02:00
Michał Bagiński
54b79ecd18 attach document-level delegated event handlers only once
These handlers were wrongly attached on every input(...) or autofill(...) call, which resulted in redundant attachments in certain scenarios (e.g. when using arrive). Now they are attached only on init().
2015-08-22 16:17:50 +02:00
Michał Bagiński
efc794c3ed grunt 2015-08-22 15:13:49 +02:00
Ivan Demidov
1942e766fa fixed bug not added class empty if input error and empty value 2015-07-24 12:40:07 +03:00
HeliumSquid
fd76104484 Centred icons inside of floating action buttons. 2015-07-04 17:30:47 +02:00
FezVrasta
730d5a257f grunt 2015-06-05 15:38:14 +02:00
FezVrasta
8da6f32583 fixes #609 2015-06-05 15:37:09 +02:00
Marcel
a00454e880 Build 2015-04-27 16:16:17 +02:00
Fez Vrasta
ae2bb06132 Merge pull request #505 from truyencuatui/master
Update test.html
2015-04-08 14:56:26 +02:00
FezVrasta
56a6d8d8ee removed useless keyframes animation from inputs 2015-03-19 15:26:00 +01:00
FezVrasta
dc15824fdd fixed #504 2015-03-18 15:29:57 +01:00
FezVrasta
b4f40e2fb6 fixed color of labels and floating labels 2015-03-18 14:46:06 +01:00
Lương Cường
4e0795e936 Update test.html 2015-03-18 08:47:02 +07:00
FezVrasta
60e3893302 fixed #348 2015-03-17 18:40:13 +01:00
FezVrasta
826683fed2 fixed #403 2015-03-17 18:32:39 +01:00
FezVrasta
5678c1b257 removed deprecated variables 2015-03-17 18:27:20 +01:00
FezVrasta
8f0b53be03 fixed input behaviors 2015-03-17 18:08:03 +01:00
FezVrasta
c5eb110d78 fixed style and behavior of floating labels 2015-03-17 17:47:58 +01:00
FezVrasta
646c2f3750 compiled new icons 2015-03-17 17:32:26 +01:00
Fez Vrasta
b43919c3ba Merge pull request #452 from jmillspaysbills/master
updated icon fonts
2015-03-17 17:07:48 +01:00