Skip to content
Discussion options

You must be logged in to vote

Are you using the Select component in a .astro file?

If so, you'll need a client:* directive to control hydration. As it stands, it seems JavaScript is not been rendered on the page so the component has no interactivity. Client Directives

Add the client:load directive to the component.

<SelectDemo client:load />

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@SilasRodrigues19
Comment options

@adebiyial
Comment options

@SilasRodrigues19
Comment options

@adebiyial
Comment options

@SilasRodrigues19
Comment options

Answer selected by SilasRodrigues19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants