feat(MdCheckbox): add object to possible checkbox value (
#1556)
* Add object & array to possible checkbox values * Update MdCheckboxMixin.js1 parent 156506b commit 05821e2File tree Expand file treeCollapse file tree 1 file changedCopy full SHA for 05821e2
+2
-2
lines changedFilter options
+2
-2
lines changed +2-2Lines changed: 2 additions & 2 deletions Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@ export default {
5
5
MdRipple
6
6
},
7
7
props: {
8
-
model: [String, Number, Boolean, Array],
8
+
model: [String, Boolean, Object, Number, Array],
9
9
value: {
10
-
type: [String, Number, Boolean],
10
+
type: [String, Boolean, Object, Number],
11
11
default: 'on'
12
12
},
13
13
name: [String, Number],
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4