Brendan Drew

Results 7 issues of Brendan Drew

See issue: https://github.com/based-ghost/react-functional-select/issues/25 This PR adds the ability to render menu options and the selected option in the control differently. Multi select already provided this ability via `renderMultiOptions`, I also...

See issue: https://github.com/based-ghost/react-functional-select/issues/26 This PR proposes support for variable sizes of menu items/options. I'm open to ideas on other ways to implement this or changes to the public API. This...

Is there a plan to support a separate render prop for the selected option in the control vs the menu? Currently `renderOptionLabel` is applied to both. I am rendering custom...

I have a case where I render items which have optional subtext (see example below). In the case where the subtext is not available I'd like to show a smaller...

**Describe the bug** While trying to upgrade our typescript project to storybook 6.5.x (specifically, 6.5.9), we're getting the below error when running `yarn tsc`, this was not an issue with...

bug
needs triage

**What**: Allow comboboxes to have a toggle button of any element type in TypeScript (not just an HTMLButtonElement) **Why**: useCombobox's getToggleButtonProps was only compatible with HTMLButtonElement useSelect is compatible with...

Same as https://github.com/marnusw/date-fns-tz/pull/262 but has the lockfile updated for CI to pass. This should fix https://github.com/marnusw/date-fns-tz/issues/260 for date-fns-tz v2 which will still be an issue even [when date-fns-v3 is released](https://github.com/marnusw/date-fns-tz/pull/265)....