Setting the value of a calcite-input-number does work only if value is a string
See:
https://codepen.io/christophesuter/pen/YPzQXRz?editors=1011
if changing the code input.value=23 to input.value='23' it works
Is this the expected behavior for the future versions ? If not, does anyone have a workaround for this ?