ivaynberg / wicket-select2

Provides integration between Apache Wicket and Select2
64 stars 50 forks source link

Not playing well with Wicket Bootstrap #62

Open bpappin opened 11 years ago

bpappin commented 11 years ago

The Select2 display elements don't play well with Wicket Bootstrap.

1) the inout area does not look like a Bootstrap inout (style and size) 2) you can't do things like prepend an icon to the component etc.

This may not be something the wicket component can do anything about because the issues may actually be in the Select2 lib itself, however Iw anted to bring it up here so who ever is working on wicket-Select2 can keep in mind.

tahitiangabriel commented 10 years ago

Hi,

I'm using wicket-select2 with the following Bootstrap CSS and it's working fine : http://fk.github.io/select2-bootstrap-css/

bpappin commented 10 years ago

Nice. Is that something that should be included in the select2 or the wicket-bootstrap libs?