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
Hello.
This is the same problem that described in issue #119: the solution proposed no longer works with latest version.
I need a background color for each option line, this color has a technical meaning. So I use background styling
Consider this selectmenu
`
Quaternaire
Neogene
`
$('#epoques').selectBoxIt();
creates the menu but without colored options $('#epoques').selectBoxIt({ native:true });
creates the menu, with colored options, but of course without the nice rendering of the plugin.
At issue #119, you answered to use the copyAttributes option: $('#epoques').selectBoxIt({ copyAttributes: ["style"] });
That works with previous version. With version 3.5.0, the selectmenu disappears and there is no display at all ! Javascript reports no error.
Am I wrong in the use ? Is there a tricky option missed ? or is it a bug ?
Thanks for looking at this issue :)
The text was updated successfully, but these errors were encountered:
I have fixed this issue in the dev branch and this will get included in the next release. If you would like the new code now, you can grab it here. Thanks for reporting this!
Hello.
As always, thank you for answering and revising the code so quickly. It
works now and the result looks exactly as expected.
Did you have time to look at the private message I send you a few days ago ?
The problem is more tricky and I can't tell if is a miss-use from me or
a bug in the boxit code.
The code works with version 3.2 that I used before. I'm currently
rewriting fully my project extensivly using ajax. Everything works fine
exceptfor #169 issue (now solved), and this multi-authors selectbox
problem. If I remove selectboxit from the code, everything works fine.
Hello.
This is the same problem that described in issue #119: the solution proposed no longer works with latest version.
I need a background color for each option line, this color has a technical meaning. So I use background styling
Consider this selectmenu
` Quaternaire Neogene `
$('#epoques').selectBoxIt();
creates the menu but without colored options
$('#epoques').selectBoxIt({ native:true });
creates the menu, with colored options, but of course without the nice rendering of the plugin.
At issue #119, you answered to use the copyAttributes option:
$('#epoques').selectBoxIt({ copyAttributes: ["style"] });
That works with previous version. With version 3.5.0, the selectmenu disappears and there is no display at all ! Javascript reports no error.
Am I wrong in the use ? Is there a tricky option missed ? or is it a bug ?
Thanks for looking at this issue :)
The text was updated successfully, but these errors were encountered: