Page 1 of 1

Manually Enter Time/Date on Calendar

Posted: 13 May 2020, 21:32
by darthbob88
The project I'm working on right now uses the PrimeReact calendar, and it works for most of our purposes, but we have an issue specifically with the time entry. The Prime calendar uses a stepper to enter times, and we want to be able to just type a date in. Is there some flag we can use to make this happen, or do we just need to find a new calendar component?
Thank you for your time.

Re: Manually Enter Time/Date on Calendar

Posted: 30 Mar 2021, 11:09
by luc.saffre
Same here. It seems not possible to use the Calendar widget when you want the users to be able to also manually enter a date. We have been trying lots of things (here is a recent pull request: https://github.com/lino-framework/react/pull/12/files), but the issue seems to be deeply rooted in the Calendar widget. The basic problem is IMHO that the widget tries to update after each keystroke. This approach is doomed to fail. The widget should update only when the text box loses focus.

Re: Manually Enter Time/Date on Calendar

Posted: 07 May 2021, 01:50
by mert.sincan
Hi @darthbob88 and @luc.saffre,

Thanks a lot for your feedbacks! Could you please create Github issues for them?

Best Regards,