Search bar not populating on mobile

After removing the onselect prop, where should I get the params for the filter?

    fieldId: params.newFilter.fieldId,
    value: params.newFilter.value,

These values come from the OnSelectParams, is there a way to get them without using the onSelect prop?