Textarea value from api
Hello devs, how can I make it happen I get the textarea populated with value from an api resource?
The textarea does not populate with the returned value.
9 Replies
Hi !
Try using this:
Thanks @JibayMcs . Unforturnately, it's not working
Please, give me more context, it's inside a Resource ? A custom Livewire table ?
Are you editing or creating?
default only works on creation and only populates if you have run fill on mount.
Inside a resource
Creating a resource
The above will work then,you need to make the credential_id live
Yes. It's live.
Maybe I am doing something not right
debug it by dding each section
Okay