Want to access all of our courses? (34 h 53 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!
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
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!