You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a request to better support namespace autocomplete for components like Select.
Proposed solution
For example, when using the select component, autocompletion should suggest Root and Option as the only options in the output. ATM the autocompletion list is not even related to the relevant namespace component being typed out.
<Select.Root>
<!-- Here `|` represents the position of the cursor. Autocomplete should suggest `Option` and `Root` only -->
<Select.|
</Select.Root>
Alternatives
No response
Additional Information, eg. Screenshots
Autocompletion works fine in the <script/> but not in the markup section.
The text was updated successfully, but these errors were encountered:
Description
While writing compound components it's common to group them using name spaces.
Library:
Usage:
This issue is a request to better support namespace autocomplete for components like
Select
.Proposed solution
For example, when using the select component, autocompletion should suggest Root and Option as the only options in the output. ATM the autocompletion list is not even related to the relevant namespace component being typed out.
Alternatives
No response
Additional Information, eg. Screenshots
Autocompletion works fine in the
<script/>
but not in the markup section.The text was updated successfully, but these errors were encountered: