Aurelia-Bootstrap-Datetimepicker

Hi all,

anyone used it:
https://www.npmjs.com/package/aurelia-bootstrap-datetimepicker for a datepicker ?

how can i display it inline? why does it come from like this?
and how can let it always open?

image

All datepickers normally have an option called inline to help render it to a container element like a <div/>. Can you try that?

kendo core offers free datepicker and the aurelia bridge integrates it nicely. just only include the datepicker/datetimepicker/timepicker stuff so your bundle remains small

I’m using it inside a div but it doesn’t work.
I think that “https://www.npmjs.com/package/aurelia-bootstrap-datetimepicker” doesn’t work well.
By the way it doesn’t close on a selected date but it close (inline mode) when lost focus.
It’s not normali this.

image