You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I tried to wrap a SelectElement with a ChosenListBox there occured a NullPointerException in ChosenImplFactory (line 26).
The reason for this behaviour is that the ChosenOptions are not set when the ChosenListBox is created via ChosenListBox.wrap().
I would recommend to set the ChosenOptions initially with
"private ChosenOptions options = new ChosenOptions();"
in ChosenListBox (line 64).
The text was updated successfully, but these errors were encountered:
Hi,
when I tried to wrap a SelectElement with a ChosenListBox there occured a NullPointerException in ChosenImplFactory (line 26).
The reason for this behaviour is that the ChosenOptions are not set when the ChosenListBox is created via ChosenListBox.wrap().
I would recommend to set the ChosenOptions initially with
"private ChosenOptions options = new ChosenOptions();"
in ChosenListBox (line 64).
The text was updated successfully, but these errors were encountered: