Why does my text area dart around when clicked?

Hi @GriMw0lf

Thanks for posting about this.

I wasn’t able to reproduce the text area darting around. If you are still seeing this behavior on your end, can you send me a screen recording of what you see (CloudApp or Quicktime work well).

In regards to closing the dropdown on click — the way the dropdown is built is to add an open class when clicked, and remove it once a link is pressed. Because there are no links set up here, and you are using it for interactions (Super dope btw), you’ll need to manually remove that open class.

You can use the workaround mentioned here: Ability to close Dropdown Menu after link is clicked - #13 by Waldo

Hope this helps!