Tailwind Elements - Select With Custom Features #2019
enterprisesolutions-ai
started this conversation in
Chat about dev stuff
Replies: 1 comment 2 replies
-
Unfortunately, select has no option that would allow to keep the dropdown open after option click. As of the update of the content for options, you would have to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on a project that involves creating a dynamic select element with some custom features. Instead of using images within the select options, I'd like to include an edit button or any action element for the user to edit a specific entry. I've successfully added the edit button to the left of the option text. However, I've encountered an issue where clicking the edit button causes the options dropdown to close. Is there a way to prevent this and replace the innerHTML of the selected option when the edit button is clicked?
Beta Was this translation helpful? Give feedback.
All reactions