Trigger dash callbacks using javascript

Is there a way to trigger dash callbacks using Javascript?
I tried updating dcc.Input value using simple JS but that didn’t trigger a callback.
How is typing in the input box different than setting its value?