Multiple forms on one page in v4
File upload design changes

TextEntry size doesn't work with prose…
TextEntry::make('Quote')->prose()->size(TextSize::Large)
the text remains "small". This is because the prose()
generates the CSS which has font-size: var(--text-sm);
declaration.HasOne not saving when using ->relationship() in a Group/Section/Fieldset
Filament::getTenant() returns null inside Resource::isScopedToTenant() method
Tailwind v4 design in filament widget?
Possible to run different versions of Tailwind on Inertia + Vue3 and Filament?
Bundling js files with vite
Filament 4 hover color logic
primary
as Color::Sky
, but in the latest Filament (v4), it seems to decide whether the hover effect should be darker or lighter. This looks odd next to other buttons that become lighter. Is there logic that checks contrast and determines the direction of brightness for the hover effect, and if so, is there anyway to override it?Filament 4 upgrade: Advice about incompatible plugins

Slider jumps when minimum value is negative
Action `fillForm` not working inside Repeater
fillForm
throws following error when used inside Repeater
:
Call to a member function getState() on null {"userId":1,"exception":"[object] (Error(code: 0): Call to a member function getState() on null at /var/www/html/vendor/filament/actions/src/Action.php:498
Call to a member function getState() on null {"userId":1,"exception":"[object] (Error(code: 0): Call to a member function getState() on null at /var/www/html/vendor/filament/actions/src/Action.php:498
fillForm
with mountUsing
.
```php
Action::make('locations')
->schema([TextInput::make('address')])
->mountUsing(static function (Schema $schema, $state): void {...Full page profile bug in tenancy
->profile(isSimple: false)
is used in tenancy we got error:
Missing required parameter for [Route: filament.team.tenant.profile] [URI: team/{tenant}/profile] [Missing parameter: tenant].When
isSimple: true
it display current login user profile...Using the new `ModalTableSelect` within an `AttachAction`
getRecordSelect
but it's not happy - it wants a Select component. I guess I could do it with a custom action ... ?...Filament Exporter : How to custom the columns selection modal ?
Set Schema Default Currency Lost Inside Nested Components
Schema has no [record()] or [state()] set.
How to use SpatieMediaLibraryFileUpload in the Builder
Relation caching after calling action
filament v4 $panel->login(Login::class) not working