Viewing 1 replies (of 1 total)
  • NateWr

    (@natewr)

    Hi Chaim Osina,

    If a user selects a time in the past and submits the form, it should return an error message preventing them from booking in the past.

    However, it doesn’t disable past times when selecting from the list. I’ve added this as a future enhancement and you can track the status in the issue in the GitHub repository.

    You can use the following CSS code to limit the height of the time selector. But I would strongly advise against this because it significantly degrades the usability on mobile devices and touch screens:

    .picker--time .picker__frame {
      height: 500px;
      max-height: 90%;
      overflow-y: scroll;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Past Times’ is closed to new replies.