Results 6 comments of Monomachus

Screenshots of a phone and tablet selecting date, and then date selected. ![date_picker_aw](https://cloud.githubusercontent.com/assets/65164/7588514/51af7f16-f8c6-11e4-8c69-17bae88f0fde.jpg)

@peter-mumford Thank you, your idea saved my day... I was trying to update the user acf fields with User Form -> is equal to -> Add/Edit and this is working...

Please check https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues/336#issuecomment-1999524996 Maybe will help with your issue as well

I've resolved it like this... In my code I've created a method where I try and check if the window.gapiResolve property is defined or not. If defined then it's probably...

What you need to do is something like this ``` php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider" --tag=config ``` then you'd need to change the key 'strict_null_comparison' to true ``` 'strict_null_comparison' => true,...