Skip to main content
Luis Antonio Parrado avatar
Luis Antonio Parrado

Component flux::textarea doesn't support the attribute value, therefore, the description gotten from the database is not displayed, if it exists.

we needs change to

<flux:textarea
name="description"
:label="__('Description')"
rows="3"
>{{ old('description', $team->settings?->get('description', '')) }}</flux:textarea>
Povilas Korop avatar

Well noticed, missed that one! Thanks!