Sabarni Das
Sabarni Das
> ```javascript > indices: { > usersOver40ByAge: { > sortComparer: (a, b) => a.age - b.age, > filter: user => user.age >= 40 > } > } >``` I have...
> @quyle92 you can read package's dependencies and put them to vite `optimizeDeps. include`: > > ``` > // vite.config.js > > import path from 'path' > import {readFileSync} from...
@britt6612 I was able to achieve the functionality by using activeDate prop. https://codesandbox.io/p/sandbox/quizzical-cannon-qzw7sl?file=%2Fsrc%2FApp.js%3A17%2C41 This breaks on selecting same date as start and end. Is there a possible solution to this?
@britt6612 sure
There is a bug in the existing behavior. The order is not sorted always it only happens after a new value is selected. let's say the options are 1, 2,...
 codesandbox https://codesandbox.io/p/devbox/adoring-dust-55fxs8 The code is same as the select storybook named children. I have only remove the sort on values edit:...
I have updated the link. I think the solution for this is to preserve the order of selection. Let me know if you think otherwise. Either way if we try...
I have added the fix to SelectMultiple too and added test cases for both the components
Thanks for pointing out @britt6612. I had missed updating the remove function. I have pushed the fix. It should work now.
Hi, there has been no activity in last 3 week. Is there anything I can help with?