Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle buttons can't be unchecked #42

Open
antonio-fr opened this issue Apr 19, 2020 · 2 comments
Open

Toggle buttons can't be unchecked #42

antonio-fr opened this issue Apr 19, 2020 · 2 comments

Comments

@antonio-fr
Copy link

The toggle buttons in the Landing demo can't be unchecked in Chrome and Firefox. This issue is present on the online demo also.

Here's the console output in Firefox with a "serve" run :

[Vue warn]: Invalid prop: type check failed for prop "value". Expected Boolean, got Event 

found in

---> <BaseSwitch> at src/components/BaseSwitch.vue
       <CustomControls> at src/views/components/CustomControls.vue
         <Components> at src/views/Components.vue
           <FadeTransition>
             <App> at src/App.vue
               <Root> vue.runtime.esm.js:619
    VueJS 22
        warn
        assertProp
        validateProp
        updateChildComponent
        prepatch
        patchVnode
        updateChildren
        patchVnode
        updateChildren
        patchVnode
        updateChildren
        patchVnode
        updateChildren
        patchVnode
        patch
        _update
        updateComponent
        get
        run
        flushSchedulerQueue
        nextTick
        flushCallbacks
@antonio-fr
Copy link
Author

Any hints or fix ?

@antonio-fr
Copy link
Author

I guess the issue is maybe because the "$listeners" is a kind of example placeholder.

bitlogik added a commit to bitlogik/vue-argon-design-system that referenced this issue May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant