Hello All,

I'm currently trying to write tests for Select2MultiChoice wicketstuff
component.

Previously there was an option to set multiple values like this:
formTester.setValue(page.country, "CA,BE");

In previous version this component was based on HiddenField and everything
was working
In select2 4.0 the preferred way is to use <select> component
How can I set multiple values for select component in wickettester?
(I can't use *selectMultiple *due to option list is being opened on
component open only)

-- 
WBR
Maxim aka solomax

Reply via email to