sveltestrap icon indicating copy to clipboard operation
sveltestrap copied to clipboard

Radius present on Dropdown menu within InputGroup

Open vfilatov opened this issue 4 years ago • 4 comments

Dropdown element does have border radius when included within InputGroup

https://svelte.dev/repl/4216cf8c4e564d3e9849bc0665c2a8e5?version=3.38.3

Thanks for your contributions!

vfilatov avatar Jun 22 '21 20:06 vfilatov

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

bestguy avatar Jun 25 '21 14:06 bestguy

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

bestguy avatar Jun 25 '21 14:06 bestguy

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

vfilatov avatar Jun 25 '21 15:06 vfilatov

Thanks, am taking a look at best option/fix

bestguy avatar Jun 25 '21 15:06 bestguy