Open ryparker opened 4 months ago
This was marked as done here https://github.com/pacocoursey/cmdk/pull/123, but it's not working at all. I am having the same error as @ryparker
I have the same problem I passed a defaultValue but it does not appear in the input search field
This was marked as done here #123, but it's not working at all. I am having the same error as @ryparker
This PR talks about defaultValue of Command Component, but we talk about Command.Input
Passing a
defaultValue
into an uncontrolled<Command.Input />
causes a console warning and the value does not appear in the input.warning in console:
Reproduced demo: https://codesandbox.io/p/sandbox/cmdk-default-value-bug-qpkpwv