Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use asChild in Command.input ? #241

Open
zecka opened this issue Mar 15, 2024 · 0 comments
Open

How to use asChild in Command.input ? #241

zecka opened this issue Mar 15, 2024 · 0 comments

Comments

@zecka
Copy link

zecka commented Mar 15, 2024

I'm not sure to understand how to us asChild props on Command.Input

I try it like that

    <Command>
      <Command.Input asChild>
        <input type="text" />
      </Command.Input>
      <Command.List>
         <Command.Item>Apple</Command.Item>
         <Command.Item>Orange</Command.Item>
        <Command.Item>Fish</Command.Item>
      </Command.List>
    </Command>

But got following error

input is a void element tag and must neither have children nor use dangerouslySetInnerHTML.

related to this PR: #138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant