35
Views
4
Comments
Solved
Time Picker issues
Question
Application Type
Reactive

Hello, I have this list that we are using to set the schedule of a few stores. I'm using the OS Time Picker.

And I have 2 problems:

  •  the first one is that I can't copy anything into the input field, is there a workaround so that I'm able to paste any time into the input without triggering opening the time picker?
  • the second one is that I can't reset the time, I've tried creating an action that would assign that input variable as blank, I debugged it it's updating the value but it's not showing it visually on the app

I also try the Time Picker Clear action, it's not working as well. My input field is text type.

https://personal-3qyu0gxm.outsystemscloud.com/testes/Screen6

2022-01-05 09-37-24
Faiz Khan
Solution

HI @Cristiana Esteves,

There are two client action from Outsystems UI.

  • TimePickerSetEditableInput (This will it editable and u can also try to paste the time).
  • TimePickerClear (This one to reset the time if this does not work use the TimePickerUpdateTime action to update the time).

Regards, 
Faiz

2022-09-26 08-44-58
Cristiana Esteves

Hi,
Yes thank you, the Editable action works!!

But the Clear one doesn't, and since this is a list I can't just send it the widgetId to the TimePickerUpdateTime because I don't want to clear every single one of the inputs, just the current one I choose. I don't know if I'm making myself clear...

2017-03-03 12-48-17
Balasubramanian Prakasam
2022-09-26 08-44-58
Cristiana Esteves

Hi, 
Yes, thank you!

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