dlegr250_material_design 0.6.09 → 0.6.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaa3b86ae52c18339e4d0f5e27c1bc1e6557bcc6
|
4
|
+
data.tar.gz: 5ba4d0653d5ecb71dbe16e2d149934792ab3da3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd595492f7354f0a6f30ccc1538f0fe7cc1370289f1bc5aaef42f1e5cc34ee6442be468b357b5cca802a1102b7ea75214ce4aeb087be8d467ffa27d903ef91db
|
7
|
+
data.tar.gz: b128530a1eddfca5ddde29dd7a13009b575801f1c4bd345bc348d6a57b4ab0b78f56aee1dec040a537f5667606e4b974a88a2dd343d890847a82013b3c0dc5a6
|
@@ -24,13 +24,5 @@ class App.MD.Combobox
|
|
24
24
|
placeholder: "Select...",
|
25
25
|
allowClear: true,
|
26
26
|
minimumResultsForSearch: Infinity,
|
27
|
-
maximumSelectionLength: 1
|
28
|
-
templateResult: (option) ->
|
29
|
-
if option.loading == true
|
30
|
-
return option.text
|
31
|
-
else
|
32
|
-
return $(option.text)
|
33
|
-
,
|
34
|
-
templateSelection: (option) ->
|
35
|
-
return $(option.text)
|
27
|
+
maximumSelectionLength: 1
|
36
28
|
}
|