-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error tabularEvents #79
Comments
@buttflattery did you get a chance to look into this issue. |
@girishcp not yet, i am on vacations currently cant reach to my pc have you matched your code with the demos available here https://yii2plugins.omaraslam.com/formwizard/tabular-step you can see the select2 working , but if everything matches with the code there i would have to look into it again once i come back tomorrow evening |
Sorry to disturb you in your holiday. Please enjoy your vacation and take
care of yourself.
…On Sat, 12 Sep, 2020, 11:25 pm Coackroach, ***@***.***> wrote:
@girishcp <https://github.com/girishcp> not yet, i am on vacations
currently cat reach to my pc have you matched your code with the demos
available here https://yii2plugins.omaraslam.com/formwizard/tabular-step
you can see the select2 working , but if everything matches with the code
there i would have to look into it again once i come back tomorrow evening
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFTC4ONCRQEZ6JU4JD6ZKCTSFOYYNANCNFSM4RHKTW3A>
.
|
@girishcp i will look into it as soon i come back , but i think this was due to a recent update to add missing default options support for the active field , just rty to switch your version in the
and run
and then verify if it works ? i doubt that it will as i allowed to pass all options to the active field and i need to reset any custom option name like |
@buttflattery |
@buttflattery I have updated with the old version "Release V1.6.17" and it start working. |
@girishcp alrigth i will fix it up soon and will update you. |
@buttflattery Thank you so much. |
@girishcp please pull the latest code by running |
@buttflattery When I am adding one more items in the "STEP_TYPE_TABULAR" form then it's adding the 2 items in one go and when am trying to delete the blank item then it deleting the existing top one. The delete (cross button) option also stops working. The same issue with the SELECT2 field, its also stops working. |
hmm strange i tested it though, can you share the exact code you are using? is it the same one above? |
@buttflattery |
@girishcp alright i am looking into it and will push the fix soon |
@buttflattery It's been a long time didn't hear anything from you, I hope everything is fine at your end. Did you get time to fix the issue? |
@girishcp , you have to change this code hope this help. |
@ZulfikriLbs thanks for this update, do I need to update this code in the latest version of formwidget. |
@girishcp maybe best to use the latest version of formwidget, but i think it's not necessary. |
@ZulfikriLbs Thank you, actually, I am asking these questions because I have raised several issues on this widget. |
@girishcp sorry for the delays , i havent been able to give time to my personal projects due to the workload currently and still i am not free from the project. I will be getting free in the next week and will start fixing all the issues on the widget. |
@buttflattery
My widget is working fine but when i am using select2 with the tabularEvents in the "STEP_TYPE_TABULAR" then getting the following error.
Setting unknown property: yii\bootstrap\ActiveField::tabularEvents
here its my code...
The text was updated successfully, but these errors were encountered: