Date_Input not displaying scrollable options in ios Live

Hi,

I am very much beginner in thunkable, i am trying to create a swimming pool booking app, here i am using date_input component for the user to select a particular date. when i test in ios i am not getting the scrollable option,instead when i click on the date the date launcher pops up which i dont prefer, please let me know what i am missing here, thank you very much in advance.

2 Likes

You don’t have other option, the user has to click on the date and select that way.

1 Like

There is no where in Thunkable documentation that gives option for the Date Picker. You only have this option.

2 Likes

You can, if you want, create your own list of dates, for example one week from today so you will get the current date from the date picker and add 6 more days to it in a list and then display it by a list viewer

See this code

It produces this output
image

But why you would do that if the system is doing it for you.

1 Like

ok thank you very much, is there any way to disable the past dates, thanks

1 Like

Click on the date to see the calendar.

how do i disable the old dates in the calendar so user cannot choose those dates, thanks