Hi Mohamed,
When using the DatePicker, the input should be a field of the type Text.
So it's common to use two variables when using the Date Picker:
- one with the Date / DateTime type where you assign the value coming from the OnChange of the DatePicker
- one with Text type to bind to the input.
Kind Regards,
João