Inject javascript?

Hi guys!

I’ve got a webpage with a search function, using filters.
Sometimes the filterchange is not recognized and the table output is wrong.
I need to trigger an update of the filter input field.
Anyone good at javascripting?

the element looks like this:

<input class="form-control" id="personId" type="text" data-bind="value: filter.personIdOrName.selected, valueUpdate: 'keyup'" TEXT_CAPTURE_X_CUSTOM_ID="6147538237532309|INPUT">

//regards Mike

Are you sure this is a JAVAScript @mikamol? This is angular code I hope, anyway, are you passing the input params to the angular pipe or passing it directly? could you please explain?