ui-select icon indicating copy to clipboard operation
ui-select copied to clipboard

ui-select and ui-select multiple styling mismatch for bootstrap theme

Open joelim01 opened this issue 8 years ago • 4 comments
trafficstars

Thanks in advance for helping direct me to the right place for this if this is not a ui-select bug...

and appear to have different CSS stylings when theme="bootstrap".

The official examples here demonstrate the problem. : http://angular-ui.github.io/ui-select/demo-bootstrap.html http://angular-ui.github.io/ui-select/demo-multiple-selection.html

Specifically the form field height is smaller and the placeholder text is floating further to the left. There also seems to be a placeholder text color mismatch between bootstrap form-control input fields, ui-select, and ui-select multiple (three unique values).

Reproduced in my own form here: image

joelim01 avatar Mar 12 '17 20:03 joelim01

Hi, I see the difference but cannot tell why this is. Would you mind to have a look at it and find the root cause? Then we can tag it as bug (or something).

Thanks.

Jefiozie avatar Mar 13 '17 19:03 Jefiozie

Here are the full screenshots of the official "with Bootstrap" examples. Another problem, that you don't see here: The allow-clear option for the ui-select-match directive does not seem to have any effect, the clear button is not shown. I already tried to get this to work with multiple version combinations of all bootstrap/selectize/select2, but nothing seemed to work. selectize-bootstrap select2-bootstrap

henk23 avatar Mar 22 '17 10:03 henk23

Just came across this and noticed the examples looked jacked -- I'm seeing the same thing as @henk23

webdevbrian avatar Nov 06 '17 15:11 webdevbrian

it is messy up when not adding the "multiple" attribute... it is only for multiple select?not for single select!

Jay0001cn avatar Feb 20 '19 01:02 Jay0001cn