Skip to content

Alpine Expression Error: isLimited is not defined #16047

Open
@ericmp33

Description

@ericmp33

Package

filament/tables

Package Version

v3.3.10

Laravel Version

v12.8.1

Livewire Version

v3.6.2

PHP Version

PHP 8.3.20

Problem description

I have a table which has this column (here):

Tables\Columns\TextColumn::make('items.name')
    ->badge()
    ->listWithLineBreaks(false)
    ->limitList(1)
    ->expandableLimitedList()
    ->limit(15)
    ->searchable()

I open the browser devtools and I see:

Image

Image

I tried to debug it down and I would guess the error is on this line.

Expected behavior

I expected to be able to toggle the "Show 1 more" / "Show 1 less" buttons as in earlier versions.

Steps to reproduce

  1. Clone the repo
  2. Execute migrations
  3. Go to /admin/users
  4. Open web devtools
  5. Checkout this file

Reproduction repository (issue will be closed if this is not valid)

https://github.com/ericmp33/example

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions