-
Notifications
You must be signed in to change notification settings - Fork 160
Labels
🎠 carousel🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Is your feature request related to a problem? Please describe.
The current select
method allows selecting (navigating to) a specific slide by passing it as the first parameter.
WC carousel supports selecting/navigating to the slide by passing its index.
https://github.com/IgniteUI/igniteui-webcomponents/blob/master/src/components/carousel/carousel.ts#L636
Describe the solution you'd like
To select a slide by passing its index to the select
method.
Metadata
Metadata
Assignees
Labels
🎠 carousel🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.