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
Describe the bug
I am looking for custom filter implementation for options provided. My implementationwas workig till v3.x.x but as soon as I updated to latest v4.1.6 I am getting Type Error.
The above code works fine for v3 but when i updated module to v4.1.6 then getting following error as, TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
To Reproduce
Steps to reproduce the behavior:
Add above mentioned code.
See compilation Type error
Expected behavior
It should not show any error and allow to filter the list as per user typed value.
Screenshots
Desktop:
OS: Mac OS 12.6
Browser: Chrome
Version : 107.0.5304.110
Additional context
The main agenda to update the module is to highlight the first option on list.(with & without filter).
If we have any solution for that will be great help.
Thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
I am looking for custom filter implementation for options provided. My implementationwas workig till v3.x.x but as soon as I updated to latest v4.1.6 I am getting Type Error.
I am implementing as follows,
Where as filterDropdownOptions function is as follows,
The above code works fine for v3 but when i updated module to v4.1.6 then getting following error as,
TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not show any error and allow to filter the list as per user typed value.
Screenshots
Desktop:
Additional context
The main agenda to update the module is to highlight the first option on list.(with & without filter).
If we have any solution for that will be great help.
Thanks
The text was updated successfully, but these errors were encountered: