Skip to content

Ajax: Textarea is not getting submitted #170

@wremon

Description

@wremon

Summary of problem or feature request

When calling the LaravelDataTables['my-table-name'].draw(); all the input elements are getting submitted except the textarea.

Code snippet of problem

$builder->columns($this->getColumns())
        ->ajaxWithForm(route('users.index'), '#user-form')
        ->orderBy(1);

System details

  • OSX Monterey
  • PHP 8.1
  • Laravel 9
  • Laravel-DataTables 9.3

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions