wicket-select2 icon indicating copy to clipboard operation
wicket-select2 copied to clipboard

Provides integration between Apache Wicket and Select2

Results 43 wicket-select2 issues
Sort by recently updated
recently updated
newest added

I have the following problem: if my current session is already expired and I click a Select2Choice Wicket creates an ajax response containing a redirect (see here: http://bit.ly/1flepiM) but this...

I have using 2.2.3 in our application. In our application we have using multi-select component in many places. Using custom css class for this component. Now the component look likes...

I need to clear the input, it does not seem like i can clear it.

In the com.vaynberg.wicket.select2.Settings class placeholder is now of type object but should be of type IModel. Because now when we switch between language we don't get the new translated value.

For some reason, I seem to not be able to add two select2 components tot he same form. Only the first Select2MultiChoice component is ever rendered. Is this be design...

Why central maven repositories include only wicket-select2 version 2 (v2.2.2)? Is there any reason? I'd be nice to mavenize the latest version.

The Select2Choice#renderInitializationScript method calls hasRawInput(), which checks FormControl#rawInput. If there is raw input, Select2Choice then calls Select2Choice#convertInput(). Rather than using FormControl#getRawInput, it uses getWebRequest().getRequestParameters().getParameterValue(getInputName()) This doesn't work in a wizard....

It would be nice if there was an easy way to include the bootstrap CSS in the component. Likely best done as a setting or style attribute you could apply....

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...

When session expires and user interacts with select2 components, the component will be stuck to the loading state. This can be replicated: 1. go to a stateful page 2. remove...