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

A Field.Input component does not work inside a TreeView.Tree #1627

Closed
1 of 3 tasks
chekobil opened this issue Jun 27, 2024 · 1 comment
Closed
1 of 3 tasks

A Field.Input component does not work inside a TreeView.Tree #1627

chekobil opened this issue Jun 27, 2024 · 1 comment

Comments

@chekobil
Copy link

Description

Im trying to use an input filed as the content of a tree Item
The input component only allows writing the letter "a" and does not allow writing anything else. This behavior only occurs when the input is inside a tree. The input works correctly as an independent field.

Link to Reproduction (or Detailed Explanation)

A Field.Input inside of a TreeView.Root element

Steps to Reproduce

  1. Im using vue 3.4.29 with this code
    <TreeView.Root> <TreeView.Tree> <TreeView.Item value="1.0"> <Field.Root> <Field.Label>Label</Field.Label> <Field.Input type="text" placeholder="name" /> </Field.Root> </TreeView.Item> </TreeView.Tree> </TreeView.Root>

Ark UI Version

3.5.0

Framework

  • React
  • Solid
  • Vue

Browser

Chrome and Firefox

Additional Information

No response

@segunadebayo segunadebayo transferred this issue from chakra-ui/ark Jun 27, 2024
@segunadebayo
Copy link
Member

I just pushed a fix for this. We'll release an update shortly.

If the issue persists after upgrading, I'll re-open it.

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

2 participants