We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135ab6b commit e21e7c4Copy full SHA for e21e7c4
src/Autocomplete/assets/dist/controller.js
@@ -170,7 +170,7 @@ class default_1 extends Controller {
170
requireReset = true;
171
break;
172
}
173
- if (mutation.target === this.element && mutation.attributeName.includes('data-symfony--ux-autocomplete')) {
+ if (mutation.target === this.element && mutation.attributeName.match(/data-(symfony--ux-)?autocomplete/)) {
174
175
176
0 commit comments