I am facing a challenge while trying to integrate the Bulma calendar into my project, particularly when it comes to setting a default start date.
According to the documentation, I am using the following method:
<input type="date" data-start-date="10/24/2019">
The selected date appears correctly when the date picker is open: https://i.stack.imgur.com/n1ju7.png
However, it does not appear in the input field initially:
https://i.stack.imgur.com/7JmRl.png
You can find the minimum required setup here: Codepen