bladewind
bladewind copied to clipboard
Textarea toolbar not sending through value on form submission
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.
Also there are added inputs being submitted with the form submission, is this supposed to be the case?
Above is what happens when i dd the request after submitting the form
Thanks