react-schedule-selector icon indicating copy to clipboard operation
react-schedule-selector copied to clipboard

Patch to Max time slot render

Open cardiffinc opened this issue 1 year ago • 1 comments

  • Max time slot was missing in the render.
  • Added the missing <= to render the max time slot

cardiffinc avatar Jun 06 '23 09:06 cardiffinc

Hi @cardiffinc, maxTime is intentionally an exclusive boundary as it represents the time at the bottom edge of the selector, e.g. in the live example, the max time is 5pm, reflecting that the last time cell ends at 5pm.

Screenshot 2023-06-10 at 8 18 37 PM

bibekg avatar Jun 11 '23 03:06 bibekg