bladewind icon indicating copy to clipboard operation
bladewind copied to clipboard

Textarea toolbar not sending through value on form submission

Open Britishexchangestudent opened this issue 6 months ago • 3 comments

In my form i have the textarea with the tooltip active and required as true, the textarea input background color is transparent and doesnt have the required star like the select does and when the form is submitted the value isnt passed through. Once i remove

    @if ($toolbar)
        <div id="{{ $name }}">
            {{ $selected_value }}</div>
    @else

The textarea works as normal without the tooltip of course and the value is sent through when the form is submitted.

Screenshot 2024-08-15 at 13 00 58

Also there are added inputs being submitted with the form submission, is this supposed to be the case?

Screenshot 2024-08-15 at 13 17 43

Above is what happens when i dd the request after submitting the form

Thanks

Britishexchangestudent avatar Aug 15 '24 12:08 Britishexchangestudent