Radius present on Dropdown menu within InputGroup
Dropdown element does have border radius when included within InputGroup
https://svelte.dev/repl/4216cf8c4e564d3e9849bc0665c2a8e5?version=3.38.3
Thanks for your contributions!
Hi @vfilatov , sorry not understanding the exact issue here. Do you mean it's not possible to do something like this without corner radius?: https://getbootstrap.com/docs/5.0/forms/input-group/#segmented-buttons
If so, I've duplicated here: https://svelte.dev/repl/639bd85c2a3a485682c9bdba37a896b8?version=3.38.3
Looks like cannot have any wrapper around InputGroup buttons, but that's how Dropdowns currently work... so let me see what Bootstrap does here
Yes, you are correct. I would not expect buttons with radius inside of inputGroup
I updated PERL with pure Bootstrap example https://svelte.dev/repl/4216cf8c4e564d3e9849bc0665c2a8e5?version=3.38.3
Thanks, am taking a look at best option/fix