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

Multiselect Uncaught TypeError #3329

Closed
ineshbose opened this issue Nov 23, 2022 · 0 comments
Closed

Multiselect Uncaught TypeError #3329

ineshbose opened this issue Nov 23, 2022 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@ineshbose
Copy link
Contributor

Describe the bug

When Multiselect is focused, and there are keystroke events, there's an error in the console. Possibly due to this:

const selectedIndex = this.findSelectedOptionIndex();

Error:
Uncaught TypeError: this.findSelectedOptionIndex is not a function

Reproducer

https://codesandbox.io/s/primevue-3-issue-template-ip3vm

PrimeVue version

3.20.0

Vue version

3.x

Language

ALL

Build / Runtime

Nuxt

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@ineshbose ineshbose added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 23, 2022
@mertsincan mertsincan self-assigned this Nov 23, 2022
@mertsincan mertsincan added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 23, 2022
@mertsincan mertsincan added this to the 3.21.0 milestone Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants