Base Web baseui/TimePicker tool not working, implemented exactly as docs say?
Hello,
SEE MY COMMENT ATTMT BELOW FOR MY IMPLEMENTATION
I am trying to use this timepicker tool inside of my React component, from the 'baseui' library/npm package: https://baseweb.design/components/time-picker/
Because I'm at work and can't link to our GitHub, I've attached a pasteBin copy of my component. I also have a picture of the component, showing what the
The relevant line/area starts at line 675. And the object being updated is on line 280.
I've been going over the documentation for the better part of the day and I can't figure out what I'm doing wrong.
All I want to accomplish at this juncture is to set the 'minTime' & maxTime' properties, so that when the dropdown is clicked, I see available times 8:30AM to 6:00PM.
The TimePicker doesn't give me any dropdown at all, and all I see is 12:00PM written in it, which is a text input right now, instead of a selectable/clickable option.
Any insight on how to make this tool work is greatly appreciated.
SEE MY COMMENT ATTMT BELOW FOR MY IMPLEMENTATION
I am trying to use this timepicker tool inside of my React component, from the 'baseui' library/npm package: https://baseweb.design/components/time-picker/
Because I'm at work and can't link to our GitHub, I've attached a pasteBin copy of my component. I also have a picture of the component, showing what the
<TimePicker/> is currently giving me.The relevant line/area starts at line 675. And the object being updated is on line 280.
I've been going over the documentation for the better part of the day and I can't figure out what I'm doing wrong.
All I want to accomplish at this juncture is to set the 'minTime' & maxTime' properties, so that when the dropdown is clicked, I see available times 8:30AM to 6:00PM.
The TimePicker doesn't give me any dropdown at all, and all I see is 12:00PM written in it, which is a text input right now, instead of a selectable/clickable option.
Any insight on how to make this tool work is greatly appreciated.

portalHome.js30.27KB
