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 49e4239 commit 3e3b08bCopy full SHA for 3e3b08b
src/Autocomplete/assets/dist/controller.js
@@ -183,7 +183,7 @@ class default_1 extends Controller {
183
}
184
break;
185
186
- if (mutation.target === this.element && mutation.attributeName.includes('data-symfony--ux-autocomplete')) {
+ if (mutation.target === this.element && mutation.attributeName.match(/data-(symfony--ux-)?autocomplete/)) {
187
requireReset = true;
188
189
0 commit comments