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

Add a param to the show() method to focus Dropdown component #2619

Closed
mertsincan opened this issue Jun 2, 2022 · 0 comments
Closed

Add a param to the show() method to focus Dropdown component #2619

mertsincan opened this issue Jun 2, 2022 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@mertsincan
Copy link
Member

Decides whether to focus on the component. Default value is false.

<Dropdown ref="dd" .../>
<button @click="$refs.dd.show(true)">Test</button>
@mertsincan mertsincan added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Jun 2, 2022
@mertsincan mertsincan added this to the 3.13.0 milestone Jun 2, 2022
@mertsincan mertsincan self-assigned this Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

1 participant