Robin_prgn

Results 4 comments of Robin_prgn

Did you tried like this ? `$fields = array( 'name' => 'My name', 'address' => 'My address', 'city' => 'My city', 'phone' => 'My phone number', 'checkbox1' => true );`...

A quickfix waiting the definitive fix : add the condition `range !== null` into the function `rangeContainsMarker` ``` function rangeContainsMarker(range, date) { return range !== null && (range.start === null...

> Thanks for your suggestion, where exactly is the function to be placed? I use the React component. It's in the `Core` package. Three files are declaring this function :...

> I don't know if I am doing something wrong but the 'quickfix' above doesn't seem to work for me! I'm personnally using 6.1 so I don't really know how...