If I change the value of an input field programmatically, the input and change events are not firing. For example, I have this scenario:
input
change
Trigger didn't work for. Creating an event and dispatching with native JavaScript did the work.
Source: https://stackoverflow.com/a/41593131/6825339