Commit Graph

58 Commits

Author SHA1 Message Date
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
Denis Ciccale
e249aa948a cache $(document) 2015-08-03 22:26:33 +02:00
Denis Ciccale
3ae84b8b78 more $(this) caching 2015-08-03 22:16:46 +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
Dmitry Shustov
c033afd722 Ripples for pagination buttons 2015-05-14 12:59:32 +03:00
FezVrasta
a0e4a91984 improved material checkboxes (CHANGED MARKUP) 2015-03-11 16:45:01 +01:00
jplanells
dc9a327a3a Empty check checkValidity null protection
Useful when used against contenteditable divs to avoid exceptions
2015-02-18 13:45:25 +01:00
Fez Vrasta
571c727d8c Merge pull request #371 from kmmbvnr/master
Don't set floating label on leave
2015-01-27 12:48:06 +01:00
FezVrasta
dbe4705ef8 Big improvement on input highlight effect.
Now inputs doesn't need form-input-wrapper and neither the material-input span to make the animation.
2015-01-26 18:05:46 +01:00
Mikhail Podgurskiy
663c604e7b Don't set floating label on leave
Navigation over empty fields using Tab should not bounce the labels
2015-01-20 07:16:59 +05:00
Unai Recio
47202861d5 Fix(arrive):
- Adds conditions also when using arriveJS
- Includes ripples to the arrive support
2015-01-16 16:37:26 +00:00
FezVrasta
f2086a6a4b autofill feature is now set to false by default 2015-01-06 10:28:40 +01:00
FezVrasta
1f19e97bc3 fixed problems with new ripples.js 2015-01-06 10:25:09 +01:00
FezVrasta
fcd35da52b full color palette + ripples.js (WIP) 2014-12-29 14:33:55 +01:00
Kyler Berry
8a2322530d 281 added validity check to floating label conditions for number inputs 2014-12-12 11:41:16 -05:00
FezVrasta
7bfcf96404 fixed inputs 2014-12-04 14:47:42 +01:00
FezVrasta
20268f7f4a patch for cd55699 2014-12-04 11:35:45 +01:00
FezVrasta
cd55699701 fixed #264 and improved the arrive.js implementation and performances 2014-12-04 11:34:13 +01:00
FezVrasta
c8a2602508 fixed problem with input file 2014-12-03 16:02:26 +01:00
FezVrasta
29d26bf567 $.ripples is now optional 2014-12-03 09:55:18 +01:00
FezVrasta
84ff0247c6 implemented toggle buttons #248 2014-12-01 13:29:34 +01:00
FezVrasta
fc0fed6eab Ripples.js rewritten with jQuery + added JS maps 2014-11-26 12:42:41 +01:00
FezVrasta
2107e1f60a PR #207 2014-11-17 09:14:41 +01:00
FezVrasta
305b4ea378 added support for hints under inputs on focus 2014-11-12 13:22:17 +01:00
FezVrasta
1af15a721d more specific selector to avoid problems 2014-11-04 10:51:29 +01:00
FezVrasta
c127e50fd2 fixed checkbox ripple 2014-10-30 09:34:53 +01:00
Fez Vrasta
ce5ade2395 Merge pull request #159 from npvn/develop
Fix: Floating label is not floated on paste event
2014-10-30 08:56:10 +01:00
FezVrasta
baed28f685 js fix and rename of css to scss 2014-10-29 16:20:53 +01:00
Phuc Nguyen
3777cbb45e Fix: Floating label is not floated on paste event 2014-10-29 17:26:13 +07:00
FezVrasta
1a0a22b41c fixed #148 2014-10-28 14:54:46 +01:00
FezVrasta
7585f95121 fix for #133 2014-10-28 08:59:01 +01:00
FezVrasta
07783f3a81 related to #148 2014-10-28 08:45:33 +01:00
FezVrasta
a8eafcaaa0 re-implemented arrive.js 2014-10-19 19:38:31 +02:00
FezVrasta
c26d5e3ce1 refactor of Material.js 2014-10-18 18:12:02 +02:00
FezVrasta
8f957ff9b1 fixed behavior of floating labels 2014-10-18 16:05:05 +02:00
FezVrasta
2dfcc2d21f Fix by @mikenovikov for #129 2014-10-18 15:45:04 +02:00
Phuc Nguyen
a01c08ad84 Trying to fix issue with ripple effect on card image 2014-10-13 16:58:48 +07:00
Phuc Nguyen
881513c029 Add styling for cards (first draft) 2014-10-12 17:28:11 +07:00
FezVrasta
8f955cb453 fix ripples detection 2014-10-03 13:03:59 +02:00
Pablo Marti
9c79313679 Do not add the ripple effect to all a elements
Sometimes we might not want to have some links "rippled" this patch prevents so. Ideally we'd have the possibility of passing our own set of selectors to ripples.init tho
2014-10-03 16:39:46 +07:00
FezVrasta
40250e0757 fixed problem with new focus effect of checkboxes 2014-09-29 09:32:47 +02:00
Federico Zivolo
13475c58a3 replaced dynamic inputs detection 2014-09-23 11:21:38 +02:00
Federico Zivolo
b0fbe5fd61 fixed bug with new dynamic method for inputs 2014-09-23 11:05:06 +02:00
Federico Zivolo
d101aac960 minor improvement 2014-09-23 10:32:02 +02:00
Federico Zivolo
fbe6dd3f89 added support for dynamically added inputs 2014-09-23 10:28:01 +02:00
Federico Zivolo
fb654ebe89 fix for material wells and for multiple selects 2014-09-23 10:15:40 +02:00
Federico Zivolo
50a7926b11 fix for #27 2014-09-23 09:56:56 +02:00
Federico Zivolo
9f6cbf347e improved detection of empty fields. 2014-09-22 11:39:24 +02:00
Federico Zivolo
a3a371757c added file input support 2014-09-18 10:40:57 +02:00