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

Select all - Uncaught TypeError: Cannot read properties of undefined (reading 'checked') #1578

Closed
goshku opened this issue Mar 28, 2024 · 1 comment · Fixed by #1580
Closed
Labels
bug Something isn't working

Comments

@goshku
Copy link

goshku commented Mar 28, 2024

Environment

  • Operating System: Linux
  • Node Version: v20.8.0
  • Nuxt Version: 3.11.1
  • CLI Version: 3.11.1
  • Nitro Version: 2.9.5
  • Package Manager: npm@10.1.0
  • Builder: -
  • User Config: routeRules, devtools, css, extends, modules, tailwindcss, dayjs, image, security, nitro, build, runtimeConfig
  • Runtime Modules: @nuxt/ui@2.15.0, @pinia/nuxt@0.5.1, nuxt-security@1.2.2, dayjs-nuxt@2.1.9
  • Build Modules: -

Version

v.2.15

Reproduction

https://ui.nuxt.com/components/table

Description

Hi,
There is a error when click select all - "Uncaught TypeError: Cannot read properties of undefined (reading 'checked')"
You can see it in documantation also - https://ui.nuxt.com/components/table

function onChange(event) { if (event.target.checked) { selectAllRows(); } else { selected.value = []; }

Additional context

No response

Logs

No response

@goshku goshku added the bug Something isn't working label Mar 28, 2024
@goshku goshku changed the title chunk-2435C5CU.js?v=d6b48f9d:1722 Uncaught TypeError: Cannot read properties of undefined (reading 'checked') Select all - Uncaught TypeError: Cannot read properties of undefined (reading 'checked') Mar 28, 2024
@simoncdn
Copy link

simoncdn commented Mar 28, 2024

Hello @goshku,
I'm working on it 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants