chakra-ui / zag

Finite state machines for building accessible design systems and UI components. Works with modern frameworks, and even just Vanilla JS
http://zagjs.com
MIT License
4k stars 163 forks source link

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

Closed chekobil closed 3 months ago

chekobil commented 3 months ago

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 ` Label `

Ark UI Version

3.5.0

Framework

Browser

Chrome and Firefox

Additional Information

No response

segunadebayo commented 3 months ago

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

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