-
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
Clone column with dropdown selection #304
Comments
post an example of the code to reproduce the issue |
My model.php file:
My controller.php file:
My form.php file:
Is there also an option to use a placeholder like "Please select..." and not the first item of the dropdown list as the "default value". I really appreciate any idea how I could solve the issue posted above. Thanks so much :) |
Have the same issue, did you solve it @CanadaDream ? |
Yes, I could solve the issue @jrguevara. I changed the code in form.php from this:
to that:
Now it works perfectly. However, I am now facing another issue. The error messages are not displayed if the validation rule fails. Do you have the same issue? If so, I am more than happy if you could help me solving this problem. Thanks |
In regards to this issue, I still would like to know if there is any way to make a row copy with Select2 input? |
I have several dropdown menu columns in my form and I would like to clone the selected input.
Is that possible?
I would like to have this after I have cloned the results:
But I get:
The text was updated successfully, but these errors were encountered: