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
Enhancments and Changes that may mildly break BC .
The editable widget will now be initialized on the editable container Editable::$containerOptions['id'] and NOT via the editable input
A new boolean property autoGuessInput is added. The options for the input will be auto detected for all HTML inputs, Krajee Input widgets and DateControl - if autoGuessInput is set to true. If you use a custom widget that does not have options in one of the above -- then you can set autoGuessInput to false and necessarily add the CSS class kv-editable-input to your base input - so that the editable plugin can detect the input correctly.
The above changes will ensure consistency in editable maintenance - parsing the editable values and displayValueConfig correctly, and also consistency in usage of kartik\grid\EditableColumn.
The text was updated successfully, but these errors were encountered:
Enhancments and Changes that may mildly break BC .
Editable::$containerOptions['id']
and NOT via the editable inputautoGuessInput
is added. The options for the input will be auto detected for all HTML inputs, Krajee Input widgets and DateControl - ifautoGuessInput
is set totrue
. If you use a custom widget that does not have options in one of the above -- then you can setautoGuessInput
tofalse
and necessarily add the CSS classkv-editable-input
to your base input - so that the editable plugin can detect the input correctly.The above changes will ensure consistency in editable maintenance - parsing the editable values and
displayValueConfig
correctly, and also consistency in usage ofkartik\grid\EditableColumn
.The text was updated successfully, but these errors were encountered: