themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.78k stars 396 forks source link

"Open" prop for Tooltip component and option to set trigger to "none" #1257

Open cthacker-udel opened 5 months ago

cthacker-udel commented 5 months ago

Summary

Describe how it should work, and provide examples of the solution, which might include screenshots or code snippets.

Context

I am trying to make the tooltip only appear when form errors are apparent. There are no options available in flowbite/react, so I am trying to use base flowbite, https://flowbite.com/docs/components/tooltips/#options, to no avail. Tooltips are not extremely necessary for my application, but would be incredibly useful to not have to scrap extra functionality because of one prop missing.