-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use kartik\datecontrol\DateControl as column type did not work. #215
Comments
Provide an example of code to reproduce the bug. Without that nobody will help you |
This is my view code.
|
just tested it, and I get the same problem here using DateControl. |
have anyone tried to find the problem and fix it? Unfortunately I don't have time to solve such issues (I haven't used yii2 for a long time). But we brought up a good community around the widget and I hope somebody will help us to solve this issue |
fixed via ae0f7f9 |
@unclead |
I have setup kartik's DateControl as TabularInput column, but it doesn't work. When looking at debug information I found that the control was placed with no index. Like this [ClassAttendant][enroll_date] instead of [ClassAttendant][0][enroll_date] .
There is no problem on display in View.
What I have done wrong? DatePicker as a column works fine but I have a problem saving date as integer. Any solution?
The text was updated successfully, but these errors were encountered: