filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.28k stars 2.96k forks source link

ToggleColumn has a redundant empty tooltip #7227

Closed mokhosh closed 1 year ago

mokhosh commented 1 year ago

Package

filament/filament

Package Version

Laravel Version

Livewire Version

PHP Version

Problem description

The toggle has an empty tooltip which doesn't go away by setting ->tooltip(false) on it.

Expected behavior

The toggle shouldn't have an empty tooltip.

Steps to reproduce

Just add a ToggleColumn to a newly created resource.

Reproduction repository

https://github.com/mokhosh/filament-v3-bug-reproduction

Relevant log output

No response

zepfietje commented 1 year ago

Thanks for reporting. The toggle column is one of the final things I'm still revamping. I've immediately fixed the issue though: https://github.com/filamentphp/filament/commit/213002174ca3cbfc707b48ea19263e53a114e329.