DateField, prevent the user from tying

Hello,

Using DateField, is there any way I can block the user from typing the date, but let him choose one from the popup?

Thanks.

You could use the InlineDateField. Add that to a PopupView, and you’ll have a custom popup calendar in your hands :slight_smile:

Thanks