Update the calendar when used the 'update' function
Actual behaviour
Different values when use 'update' function, the calendar value is different between clicking the icon and the input.
Datepicker version used
1.9.0
Example code
In demo online of bootstrap-datepicker can reproduced this problem. When I use the code bellow, in the console dev tools, don't update the calendar in the icon click.
Expected behaviour
Update the calendar when used the 'update' function
Actual behaviour
Different values when use 'update' function, the calendar value is different between clicking the icon and the input.
Datepicker version used
1.9.0
Example code
In demo online of bootstrap-datepicker can reproduced this problem. When I use the code bellow, in the console dev tools, don't update the calendar in the icon click.
$("#sandbox-container input").datepicker("update", "08/05/2021");
Image when I click in the input:
Image when I click in the icon: