Want to access all of our courses? (36 h 00 min)
You also get:
Already a member? Login here
Component flux::textarea doesn't support the attribute value, therefore, the description gotten from the database is not displayed, if it exists.
flux::textarea
value
we needs change to
<flux:textarea name="description" :label="__('Description')" rows="3">{{ old('description', $team->settings?->get('description', '')) }}</flux:textarea>
Well noticed, missed that one! Thanks!
Component
flux::textareadoesn't support the attributevalue, therefore, the description gotten from the database is not displayed, if it exists.we needs change to
Well noticed, missed that one! Thanks!