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
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
The Select component is documented in the agent guide and usage recommendations, but it's not actually exported from the @etherisc/ui-kit package in version 0.2.1-beta.
Expected Behavior
Based on the documentation in docs/development/tools/ai-development/agent-guide.md, the Select component should be importable:
The package.json shows @radix-ui/react-select@^2.2.4 as a dependency, suggesting the Select component infrastructure is there, but it's not being exported from the main index.
This is blocking the implementation of organization management forms that need dropdown selection functionality.