We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.1.14 Vue Version: 3.2.47 Browsers: Firefox 112.0 OS: Windows 10
It highlights only in my environement. I cannot reproduce it.
Allow for binding boolean variable to multiple prop.
Show an error: Type boolean is not assignable to type false | undefined
https://play.vuetifyjs.com/#...
If I bind boolean variable to multiple prop, it works as expected, only highlights an error with typing. It is a little bit confused
The text was updated successfully, but these errors were encountered:
+1 Same error with returnObject prop in v-select #17211
Sorry, something went wrong.
No branches or pull requests
Environment
Vuetify Version: 3.1.14
Vue Version: 3.2.47
Browsers: Firefox 112.0
OS: Windows 10
Steps to reproduce
It highlights only in my environement. I cannot reproduce it.
Expected Behavior
Allow for binding boolean variable to multiple prop.
Actual Behavior
Show an error: Type boolean is not assignable to type false | undefined
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
If I bind boolean variable to multiple prop, it works as expected, only highlights an error with typing. It is a little bit confused
The text was updated successfully, but these errors were encountered: