kartik-v / yii2-editable

An enhanced editable widget for Yii 2.0 that allows easy editing of displayed data with html inputs, widgets and more.
http://demos.krajee.com/editable
Other
112 stars 55 forks source link

different case in type name INPUT_TEXTAREA #196

Closed mbilkin closed 4 years ago

mbilkin commented 5 years ago

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.

stale[bot] commented 4 years ago

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.