Eric Vantillard
Eric Vantillard
- I will remove the warning log to keep the current configuration. - The extra default key is arbitrary but I have no better ideas. Any other options are welcome....
Perfect, I will update my PR. I hope to do it before end of the week.
maybe related to https://github.com/hernansartorio/jquery-nice-select/issues/46 ?
maybe related to https://github.com/hernansartorio/jquery-nice-select/issues/46 ?
Hi, @hernansartorio what do you need to accept https://github.com/hernansartorio/jquery-nice-select/pull/47 ? thank you
here a reprocase if useful: https://jsfiddle.net/evantill/huqn39bk/4/
+1 for this PR
I have found two implementations : - Option A: ```c++ template struct select1st { typedef FirstType type; template inline const type& operator()(const T& x) const { return x.first; } template...
Perfect _(I also prefer option B)_.
@jwellbelove can we close this issue ?