Topic: MdbInput Number Type Not Holding Value
mkennethsmith pro asked 6 years ago
onChange(e) { if (this.type == "text" || this.type == "email" || this.type == "password" || this.type == "radio") { this.$emit('input', e.target.value); this.innerValue = e.target.value; } if (this.type == "checkbox") { this.$emit('change', e.target.checked); this.innerChecked = e.target.checked; } this.$forceUpdate(); },
Mikołaj Smoleński staff answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB Vue
- MDB Version: 4.6.0
- Device: Macbook Pro
- Browser: Chrome, Safari
- OS: macOS 10.13
- Provided sample code: No
- Provided link: No