rauno

Results 33 comments of rauno

From personal experience, I've tried doing this for our design system by using various tools such as [react-docgen-typescript-loader](https://github.com/strothj/react-docgen-typescript-loader) and [extract-react-types](https://github.com/atlassian/extract-react-types/) and they aren't fully reliable to be used for auto-generating...

Hi. Have you tried rendering a `Command.Item` where the `value` is the current input value? ```tsx setInputValue(e.target.value)} /> Create new {inputValue} ``` This way it should always match the input...

You should be able to pass a `value` prop to `Command.Item` and use `children` to display the label.