Skip to content

Commit 3e3b08b

Browse files
committed
Rebuild assets
1 parent 49e4239 commit 3e3b08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/assets/dist/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class default_1 extends Controller {
183183
}
184184
break;
185185
}
186-
if (mutation.target === this.element && mutation.attributeName.includes('data-symfony--ux-autocomplete')) {
186+
if (mutation.target === this.element && mutation.attributeName.match(/data-(symfony--ux-)?autocomplete/)) {
187187
requireReset = true;
188188
break;
189189
}

0 commit comments

Comments
 (0)