Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<flux:input-group> that includes <flux:select variant="combobox"> and radii behaviour #651

Open
oMikeo opened this issue Nov 11, 2024 · 0 comments

Comments

@oMikeo
Copy link

oMikeo commented Nov 11, 2024

Border radii are not adjusted for comboboxes inside input groups.

Image

To reproduce:

<flux:field>
    <flux:label>Email address</flux:label>
    <flux:description>Enter the first part of the email address only.</flux:description>
    <flux:input.group>
        <flux:input type="text" icon-trailing="at-symbol"/>
        <flux:select variant="combobox">
            <flux:option value="a" selected>domain.com</flux:option>
            <flux:option value="b">domain.net</flux:option>
            <flux:option value="c">domain.org</flux:option>
            <flux:option value="d">domain.io</flux:option>
            <flux:option value="e">domain.dev</flux:option>
        </flux:select>
    </flux:input.group>
</flux:field>

Works fine with both default select and with variant="listbox"

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant