You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I tried to remove it from the array, and now, I have another problem when the widget is created.
You are using class entry in the option array, but this entry is also used for Css.
I suggest to rename it to widgetClass
Hi,
I'm trying to use
Editable::INPUT_WIDGET
input type (inside anEditableColumn
but I think the problem exists also inEditable
widget).This line (https://github.com/kartik-v/yii2-editable/blob/master/editable/Editable.php#L394) is never reached because
INPUT_WIDGET
is in array$_inputList
So, I tried to remove it from the array, and now, I have another problem when the widget is created.
You are using
class
entry in theoption
array, but this entry is also used forCss
.I suggest to rename it to
widgetClass
Here's a portion of my code:
I'll send you a PR with my changes.
Thanks.
The text was updated successfully, but these errors were encountered: