gitter-me

Results 6 comments of gitter-me

I understand the technical aspect. But what if I don't need a way to cancel the operation, the user can choose not to submit the whole form. All of the...

Hi @zombieJ thanks for the clarification. As you said in v4 the visibility of the time picker has greatly improved by displaying it side-by-side (and not toggle like in v3)....

@zombieJ @mgcrea I could work with the idea of a wrapped control (MyPicker). If I understand it right: onPanelChange sets the internal state of MyPicker to the selected value and...

Based on this idea, I now use this for a DatePicker and it seems to work fine so far. @zombieJ do you see any issues with this (you know the...

@mboettcher You were faster than me, I tripped over the same issue, if you have no initial value. I solved it also by using isValid. I'll update the example above,...

@doantientai it is not a silly question, in my solution (where I pasted the usage example from) I used the component as [controlled-components](https://reactjs.org/docs/forms.html#controlled-components) where I did some other logic and...