time-picker
time-picker copied to clipboard
Placement documentation refers to more prop values possible than code allows.
Documentation states that you can use one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'], but the code seems to only allow the last four of these options. Using just 'left' 'right' 'top' or 'bottom' fails altogether.
Added a PR for this, #126