Serge FABIANO

Results 13 comments of Serge FABIANO

My use case is that I use the date/time picker to provide date/time filters and I don't want the user to clear the date. Why providing the Clear button when...

@technikhil314 Thanks a lot!

Another way would be to provide a directive like this: ``` ```

I used a workaround to display a material input field in the UI and link your date/time picker control with it by cheating with the CSS: ![image](https://user-images.githubusercontent.com/25266945/198815313-a7ecb04e-b38e-4a39-a487-c22a7b77cd11.png)

Same problem here, new fix has been provided in plugin 'kubernetes' V3.21.1 but it still uses the V3.20.2 when doing 'pulumi up'!!! pulumi/pulumi-kubernetes#2249

I set the locale to 'fr' but the formatted date is still in 'en': ![image](https://user-images.githubusercontent.com/25266945/197138981-fa41668f-1bd0-42a1-9b3d-5f0a77da87ac.png)

Same problem!!!

@ofrendo Thanks a million for your comment and your example, very helpful!!! I will play with Peak Shaving then when Departure Time is active. I though also about a workaround...

It seems working :) First response: ``` { "cars": [ { "id": 1, "name": "CS-ABB-00001~1", "modelName": null, "carType": "BEV", "startCapacity": 543.4782608695652, "timestampArrival": 0, "timestampDeparture": 57746, "maxCapacity": 2173.913043478261, "minCurrent": 18, "minCurrentPerPhase":...

Let me know if it sounds good to you. In the meantime, I'll test it in production :-).