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

[Feature Request] Expose hasNext and hasPrev in v-slide-group #20049

Open
PiotrWasak opened this issue Jun 24, 2024 · 0 comments
Open

[Feature Request] Expose hasNext and hasPrev in v-slide-group #20049

PiotrWasak opened this issue Jun 24, 2024 · 0 comments

Comments

@PiotrWasak
Copy link

PiotrWasak commented Jun 24, 2024

Problem to solve

I am seeking to implement custom navigation buttons in the v-slide-group component and control their disabled state based on hasNext and hasPrev computed flags. The v-slide-group component already utilizes these flags internally, but they are not exposed, making it impossible to access them via ref. I used it like that in Vuetify 2, so that would also improve compatibility with previous version.

Proposed solution

Expose hasNext and hasPrev computed's in v-slide-group so they can be accesible by parent component.

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

1 participant