Conner Davis
Conner Davis
I've tried to play around with this but I'm honestly stumped. My understanding is that this happening because the `Modal` is created in a `React.Portal`. There's no HTML delivered to...
@rluders That solution doesn't work because `ButtonGroup` currently assumes the immediate children are `Button`s. We might need to add a `ButtonGroupContext` and switch off of prop drilling to allow that...
See related #318
Cool, I can add this to my todo I think what makes the most sense is to add a collapseBehavior="collapse|hide" so users can decide
After looking at this Flowbite Pro design, the correct behavior would be to pull the first letter of the text label and capitalize it: https://www.figma.com/file/U3v0je4no1JpE8sCud1pPZ/Flowbite-Pro-v2.1.0?node-id=3279%3A34616 So we should do that....
Thoughts on `Send` here? This is easy to implement.
I'm thinking... ``` docs/ public/ (Hugo .md files) .. examples/ flowbite-next-starter src/ .. flowbite-remix-starter src/ .. .. src/ components/ *.stories.tsx (include stories also) .. helpers/ theme .. tests/ integration/ docs/...
I think Jest suggests `__tests__` which is weird. My logic is keep the integration tests and unit tests together, rather than having Cypress in its own folder `cypress` randomly.
Do you mind if I do this? It's been bothering me lol
I think a valid solution would be to make it so you can pass `ref`s to all of the form controls. That should be available at the very least since...