We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Border radii are not adjusted for comboboxes inside input groups.
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Border radii are not adjusted for comboboxes inside input groups.
To reproduce:
Works fine with both default select and with variant="listbox"
The text was updated successfully, but these errors were encountered: