John Kreitlow
John Kreitlow
Addressing your points @rajsite: * For new components, we define their specs to match parity with existing built-in components and other prior work or patterns (if any). Since `NumberField` already...
A select in multi-selection mode can't collapse by design. The two major usability challenges are 1) communicating to a user that a collapsible multi-select allows multiple options to be selected;...
I personally think making the `filterOptions` method easier to override would be the best way forward here, as that was my intention when I built it. `filterOptions` and the `value`...
`@playwright/test` should be upgradeable to the latest version (currently `^1.39.0`) if `yarn-deduplicate` is used on the lockfile, to merge the different versions being pulled in. (note: in my testing, `@microsoft/fast-ssr`...
When running all repo tests in streaming mode (`yarn lerna run test --stream`), there's a chance that runners will collide when trying to utilize port 8000. It's an intermittent failure...
Holding for review
For placeholder, I'd like to see a solution that more closely matches how it's handled with the native `` - adding a first option that's disabled and hidden. This could...
So I've got this working with `@storybook/html-vite` but I'm running into issues. Running `storybook dev` works without any issue but `storybook build` doesn't seem to actually initialize any of the...
Storybook 8 is now out 😅
I checked to see if anything we generate is affected by the removal of `sideEffects: false` - the only file that changed in `dist/` was `custom-elements.json`, and all that changed...