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
I think, should change selector:
From: label[for=widget-cmb2-widget-boilerplate-slug[2][image]]
To: label[for="widget-cmb2-widget-boilerplate-slug[2][image]"]
The text was updated successfully, but these errors were encountered:
Not seeing this anywhere in the repo, in terms of where the js part is from. At least if still an issue, can you point me to where this selector is found at
Hi @jtsternberg
I tried to set up follow cmb2 widget snippet (just copy and run).
But error Javascript appear when i click button Add or Upload File::
Uncaught Error: Syntax error, unrecognized expression: label[for=widget-cmb2-widget-boilerplate-slug[2][image]]
I think, should change selector:
From:
label[for=widget-cmb2-widget-boilerplate-slug[2][image]]
To:
label[for="widget-cmb2-widget-boilerplate-slug[2][image]"]
The text was updated successfully, but these errors were encountered: