A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/05821e2 below:

add object to possible checkbox value (#1556) · vuematerial/vue-material@05821e2 · GitHub

Skip to content Navigation Menu

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Additional navigation options

Commit 05821e2

feat(MdCheckbox): add object to possible checkbox value (

#1556

)

* Add object & array to possible checkbox values * Update MdCheckboxMixin.js
1 parent 156506b commit 05821e2

Copy full SHA for 05821e2

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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