leocaseiro / angular-chosen

AngularJS Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a AngularJS way
http://leocaseiro.github.io/angular-chosen/
MIT License
682 stars 248 forks source link

Reposition search-choice / search-field #251

Closed bgadiel closed 6 years ago

bgadiel commented 6 years ago

Hi, This one is more a CSS / HTML related question, and not a bug: Is it possible to reposition the user selections boxes below / above the search-field (and not inside of it) in Multiple-Select mode? Currently, each selection (li: 'search-choice') is nested inside ul: 'chosen-choices', but the 'search-field' is also placed as sibling. Is there a way to change the structure so the selection would be below of the search-field? Thanks.

leocaseiro commented 6 years ago

Hi @bgadiel, I'm not sure. You can do pretty much everything using CSS to customize it, but you are not able to change the HTML from Chosen as they hardcoded it.

bgadiel commented 6 years ago

@leocaseiro, thank you.