Issue with textarea when using KeyTable + inline
Issue with textarea when using KeyTable + inline
When type: "textarea"
is defined in the fields: []
array of editor
, and the Excel-like design is implemented as in your KeyTable example, inline editing the textarea
in datatables will produce a blank textarea
field (i.e. it won't show the contents of the field).
i.e. The following:
{
label: "Description",
name: "description",
type: "textarea"
}
Will produce:
When it should produce something along the lines of:
For an example, try to inline edit the Last Name
field in your KeyTable example.
Any way to fix this? Currently, I'm just not using textarea
but it doesn't look right while inline editing in datatables since it doesn't show all the text in the field.
Thanks for your help.
Answers
I haven't been ably to find a solution to this issue. I hope it's alright to "bump" this question.