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 not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
What happened?
When the user clears the value of the Select component, the value of onValueChange is an empty array. In previous versions it was null.
Is it a bug, or expected behavior?
What type of frontend framework are you seeing the problem on?
React
Which version of iX do you use?
v2.6.1
Code to produce this issue.
Steps to reproduce:
- Select a value
- Click the clear icon
ix 2.5.0: https://stackblitz.com/edit/vwaqrkw4-4txap4vx?file=package.json
ix 2.6.0: https://stackblitz.com/edit/vwaqrkw4-y4cujgze?file=package.json
The text was updated successfully, but these errors were encountered:
Prerequisites
What happened?
When the user clears the value of the Select component, the value of onValueChange is an empty array. In previous versions it was null.
Is it a bug, or expected behavior?
What type of frontend framework are you seeing the problem on?
React
Which version of iX do you use?
v2.6.1
Code to produce this issue.
The text was updated successfully, but these errors were encountered: