I'd like to input a Slot for "beforeDateInput". Similar to afterDateInput; essentially I need to implement the datepicker in a bootstrap input-group. and the only way I've been able to achieve this is by:
Is there a better way to implement input-group-prepend(s) (Bootstrap 4.x)? If not, would you mind if I proposed (in a PR) an additional Slot: beforeDateInput ?
I'd like to input a Slot for "beforeDateInput". Similar to afterDateInput; essentially I need to implement the datepicker in a bootstrap input-group. and the only way I've been able to achieve this is by:
Is there a better way to implement input-group-prepend(s) (Bootstrap 4.x)? If not, would you mind if I proposed (in a PR) an additional Slot:
beforeDateInput
?