This is a migrated thread and some comments may be shown as answers.

Combobox Hover

2 Answers 102 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kevin Dahl
Top achievements
Rank 1
Kevin Dahl asked on 13 Jan 2015, 05:55 PM
I have a combobox set to 50% width within a form element, it has a button to the right, and two textbox inputs to the left. It's all styled correctly except when the hover event occurs on the combobox, and then the darker portion (which should only be on the arrow drop down) fills 50% of the combobox - as if it were the default width. How do I fix this?

...k

2 Answers, 1 is accepted

Sort by
0
Kevin Dahl
Top achievements
Rank 1
answered on 13 Jan 2015, 05:57 PM
...this also happens to the X to clear the combobox selection.
0
Kevin Dahl
Top achievements
Rank 1
answered on 14 Jan 2015, 05:17 PM
I found the issue - the site.css included a max-width setting for all input of 280px, so the underlying input was restricted to 280px while the surrounding spans were not. Removing the css rule fixed the issue.
Tags
ComboBox
Asked by
Kevin Dahl
Top achievements
Rank 1
Answers by
Kevin Dahl
Top achievements
Rank 1
Share this question
or