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

Hi, Wicket Select2 control does not work inside TabbedPanel element. Pbobalbly it's because it incorrectly generates URL to query TextChoiceProvider For example the following: http://localhost:8080/card?6-IResourceListener-parentForm-form-tabs-panel-project&term=&page=1&wicket-ajax=true&wicket-ajax-baseurl=http%3A%2F%2Flocalhost%3A8080%2Fcard&_=1626250953250 The id of the Select2...

Bumps logback-classic from 1.1.11 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.11&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

In Select2ChoiceBaseComponent there is the getEscapedJsString function: ``` protected String getEscapedJsString(String key) { String value = getString(key); return Strings.replaceAll(value, "'", "\\'").toString(); } ``` which is called multiple times in the...

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, I tried to add atributte required to field with select2, but it doesnt work. Can you please tell me, how to do form validation with select2. Thanks for help....

Hi, I have select 2, which may shown more than 1400 values in combobox. Unfortunately values is somhow cut, and it didnt display all values. Any help will be appreciated....

Hi, I would be a natural thing to have a single choice equivalent to Select2GroupedMultiChoice

Hi, When using Select2GroupedMultiChoice and extending GroupedValue I get Serialization trouble. The project example TimeZone also has this issue.

With Wicket 8 I get an error at runtime about IResourceListener not found. I know there is a new wicketstuff select2, but I don't like it. Will there be support...