137
Views
4
Comments
Solved
i cant edit the date input value and insert it by hand

I cant Edit the value of the date by hand !! it always force me to use calendar whats the solution 


2022-08-03 04-32-50
Ravi Punjwani
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.


2022-08-03 04-32-50
Ravi Punjwani

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


UserImage.jpg
Omar AbdElhadi

i am using Interaction\DatePicker it dose not has that option 

2022-08-03 04-32-50
Ravi Punjwani
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.


2019-06-19 13-51-11
Manuel Gomes

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.



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.