rubengc

Results 37 comments of rubengc

Hi there From a year I didn't use this library since I switched to Select2 instead Anyway, if you send any PR with bug fixes I will approve it

Yes, but you will need enqueue scripts with the current version, I need to find a better way to enqueue field scripts on demand

Issue comes from CMB2 https://github.com/CMB2/CMB2/issues/995

After investigate it, I do not need add any extra check for group fields at widget class The value is stored correctly, but for some reason is not loaded correctly

is possible that default_cb is not called on repeatable groups because it returns false instead of null?

I try to override how CMB2 is getting group values because is trying to retrieve a wrong options index I dumped the contents of $args in cmb2_override_meta_value and It has...

I got some progress about this I am able to get group field elements values, but for some reason it only return the first element ```php public function cmb2( $saving...

Finally I got it working, I need to add a filter to `cmb2_override_meta_value` to retrieve correctly group field value

The problem (that i hackily solved) is CMB2 do not call default_cb on group field but default_cb is called in fields inside a group If CMB2 adds this check to...

Note: ColorPicker fields gets destroyed after field save on widgets area a way to fix it: ``` // Auto Call plugin is class is color-picker jQuery( document ).ready( function( $...