I cant Edit the value of the date by hand !! it always force me to use calendar whats the solution
I understand that Omar. I'm saying that you need to keep your widget which doesn't have that editable option, just with very little changes.
Here's some more explanation. Check and follow all the red ticks I've marked on these screenshots.
Hi Omar,
The datepicker widget is readonly from manual input perspective.
Please find more details and workaround on this thread:
https://www.outsystems.com/forums/discussion/82276/manually-input-datepicker-changes-input-date-to-other-date/
Quick Hint: You can change default functionality by calling DatePickerSetEditableInput
i am using Interaction\DatePicker it dose not has that option
Hi,
You can use the onkeypress event on the input itself and in the handler action you can use javascript to remove the "focus" of the input.