In kartik\editable\Editable const INPUT_TEXTAREA = 'textArea'
In kartik\detail\DetailView INPUT_TEXTAREA = 'textarea'
different case in the name of the type INPUT_TEXTAREA leads to integration problems.
In the table, I use kartik\editable\Editable, and the table row kartik\detail\DetailView.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In kartik\editable\Editable const INPUT_TEXTAREA = 'textArea' In kartik\detail\DetailView INPUT_TEXTAREA = 'textarea'
different case in the name of the type INPUT_TEXTAREA leads to integration problems. In the table, I use kartik\editable\Editable, and the table row kartik\detail\DetailView.