Topic: MdSwitch does not support binding
Philip Keiter
asked 8 years ago
There is no way to set or get the value from the switch.
Add comment
Philip Keiter
answered 8 years ago
You can fix by adding this to the input tag:
:checked="value" @change="$emit('input', $event.target.checked)"
And add this to the props:
value: {
type: Boolean,
default: false
}, FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No