Our application has a custom Dashboard (all custom HTML) and we received the requirement to add to it an A12 Datepicker as can be seen in the screenshot:
Every time someone selects a date in the date picker a callback would be called.
However, all I can find is the A12 DateInput widget (from @com.mgmtp.a12.widgets/widgets-core/lib/datepicker) which automatically comes together with the Input element and the button to open the Datepicker:

Is it somehow possible to just render a Datepicker widget without the Input and Button elements?

