Genie Discord forum

I would like to conditionally display part of a page. Actually, I would like the contents of that part to be dependant on what has been selected in a dropdown menu. Is there an easy way to do this?

You could use the v-if parameter in the HTML tag. For instance
Where textenabled is a boolean

Great! Thanks!