Alex Kryvdyk

Results 19 comments of Alex Kryvdyk

From what I see, the Ok is not handled at all in [DatePickerPanelChooser.razor](https://github.com/ant-design-blazor/ant-design-blazor/blob/c3cefdd1259e68b9d5b899b49024ed9b7168f3ed/components/date-picker/internal/DatePickerPanelChooser.razor) when in TimePicker mode. TimePicker needs some love 😊

> @Alexbits Can we close this issue? @ElderJames yes, this was fixed a while ago

> Hey @Alexbits , would you be interested in taking a look at this question? Hey @ElderJames. I'll try.

> Hi @Alexbits, may I ask whether this problem has been fixed in the previous PR? Hey @ElderJames, it's not. From what I see, the Value of DatePicker is updated,...

> 4. Quarter range: When I set the end quarter, the same quarter of the start quarter is disabled, it should be enabled. > ![image](https://user-images.githubusercontent.com/10374056/116251711-818ce580-a7a1-11eb-9e3d-20774be17a40.png) > 5. Placeholder issue. >...

Hey @ElderJames. The `4. Quarter range issue` fixed in #2570. Please check.

@GlodenBoy The OnChange event is triggered whenever the date is selected on the panel, and the OK button does not trigger this event. When you do not confirm the selected...

> @Alexbits > > I think clicking on a date triggers an Onchange event is right, I just don't understand that clicking on an empty area to close the drop-down...

> After that, is it necessary to go through the OK button to trigger the onchange? Because the user may not click OK but directly click on another date or...

> > > > But now there is no way for me to get the latest value, because the value returned by the onchange event is messy, how do I...