nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

Home Page:https://ui.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTable "select all" checkbox throws "event.target is undefined" error

ge0dem0 opened this issue · comments

Description

Hi,
maybe somebody came across this error. I'm loading the UTable with a ref() from an async API request. I'm able to select each row manually and the "select all" checkbox gets into the intermediate state. So far so good. But if I want to select all rows it throws this error: "Uncaught TypeError: can't access property "checked", event.target is undefined".

I'm grateful for any ideas or hints 🙏

What version of @nuxt/ui are you using? This should have been fixed in #1580 already and released in https://github.com/nuxt/ui/releases/tag/v2.15.1.

Such a rookie mistake 🤦‍♂️ Sorry for wasting your time, bro.

Updating to the lastest version did the trick