-
Notifications
You must be signed in to change notification settings - Fork 572
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
Removing repeatable text field from a group should not produce js error #729
Comments
@slaFFik can you reproduce with SCRIPT_DEBUG set to true? That'll use the unminified version of CMB2's js. Related, as I was trying to recreate, I did run into these issues below with the console:
|
Here is with SCRIPT_DEBUG:
|
Thank you for your awesomely detailed bug report. It should be fixed in trunk, but please re-open if not. |
As a followup, both of our errors originated from the same line, but we received different errors :D |
Expected Behavior:
Removing newly added repeatable
text
field from a group should not produce js error.Actual Behavior:
Here is the error that I receive:
Steps to reproduce:
group
field, with several field in ittext
fields repeatable.Add Row
button under this field.Remove
button on any of that repeatable itemsCMB2 Field Registration Code:
The text was updated successfully, but these errors were encountered: