Relative Content

Tag Archive for javascriptdynamic-htmltom-select

TomSelect dynamically added options not show when added first time

I have two select fields. On change of first one, the second is filled dynamically.
Recently I updated webpack and encore. After that, at the first change of first select, the second is not updated (despite of instance options are well filled). But when I change value of first select again, everything works ok.