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 have read the template completely before filling it in.
Context
Simply selectOption(); does not select an option.
Current Behavior
No option gets selected.
Expected behavior
Autocomplete loaded with an option selected. It would be perfect if there was an autocomplete initialization option which requires the id and do all the rest for us. Like:
@ygorma Hi, I analyzed implementation of autocomplete component, the idea of selectOption() is to chose an item from dropdown which appears after user write something.
@wuda-io Hi, I think this issue can be closed, btw I noticed that both setValues and selectOption aren't covered by tests. Can I prepare a patch which test them linked to this issue or should be opened a separate issue for that?
Before submitting...
Context
Simply selectOption(); does not select an option.
Current Behavior
No option gets selected.
Expected behavior
Autocomplete loaded with an option selected. It would be perfect if there was an autocomplete initialization option which requires the id and do all the rest for us. Like:
Possible Solutions or Causes
Using this code to make it work.
Steps to reproduce
Your Environment
The text was updated successfully, but these errors were encountered: