- Issue created by @AstonVictor
Hi there,
Is it possible to add values via tests?
TagifyEntityReferenceAutocompleteWidgetTest
tests are not working for me.
It's possible to test my steps via the console:
jQuery('.tagify__input').click();
- works ok / opens a dropdown
jQuery('.tagify__dropdown__item--active').click();
- doesn't work
One more issue:
jQuery('.tagify__input').text('text');
- adds text to the tagify input
jQuery('.tagify__input').click();
- opens a dropdown but doesn't filter values by 'text' string
tested with
- Drupal 10.3
- tagify 1.2.40
- widget: Tagify (dropdown on click)
thanks in advance
Active
1.2
Code