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

[Bug Report][3.6.13] v-autocomplete append-inner slot props are Objects instead of Booleans #20253

Closed
emailnikola opened this issue Jul 30, 2024 · 3 comments

Comments

@emailnikola
Copy link

emailnikola commented Jul 30, 2024

Environment

Vuetify Version: 3.6.13
Vue Version: 3.3.4
Browsers: Google Chrome, Mozilla Firefox
OS: Windows 10

Steps to reproduce

No steps needed.

Expected Behavior

isActive is Boolean

Actual Behavior

isActive is Object

Reproduction Link

https://play.vuetifyjs.com/#...

Complete example

@emailnikola emailnikola changed the title [Bug Report][3.6.13] v-autocomplete isActive, isFocused => Objects instead of Boolean [Bug Report][3.6.13] v-autocomplete append-inner slot props isActive, isFocused => Objects instead of Boolean Jul 30, 2024
@emailnikola
Copy link
Author

emailnikola commented Jul 30, 2024

When we add this inside it doesn't work:
v-if="isActive"
v-else

Following also doesn't work.
v-if="isActive.value"
v-else

This works:
v-if="isFocused.value"
v-else

@emailnikola emailnikola changed the title [Bug Report][3.6.13] v-autocomplete append-inner slot props isActive, isFocused => Objects instead of Boolean [Bug Report][3.6.13] v-autocomplete append-inner slot props are Objects instead of Booleans Jul 30, 2024
@KaelWD
Copy link
Member

KaelWD commented Jul 31, 2024

It's a ref.

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
@emailnikola
Copy link
Author

  1. isActive never changes its value.
  2. all other similar slots' props are booleans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants