Can you please post your FooProvider implementation?

   -Tom

On 30.11.2012, at 05:31, Madasamy mcruncher <madas...@mcruncher.com> wrote:

> we are using select2 version 2.0  in our application.
> Select2MultiChoice field are using for select a multiple value. here we set
> the
> "maximumselectionsize" is 20. and set "minimuminputlength" is 1.when we
> give input in that field the relevant value are appear in drop down box
> correctly,
> if selection count reach  15 or 16, hence we give input in that field the
> duplicated
> (selected) value are appear in the drop down box.
> 
> but i could not recreate this problem in Myquickstart.
> 
> the sample code is
> 
>        Select2MultiChoice<Foo> fooField = new
> Select2MultiChoice<Foo>("message",
>              new PropertyModel<Collection<Foo>>(this, "foo"), new
> FooProvider);
>        fooField.getSettings().setMinimumInputLength(1);
>        fooField.getSettings().setMaximumSelectionSize(20);
>        fooField.setRequired(true);
>        return fooField;


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to