Is it possible to implement a custom search function for the <edit-typeahead>
feature of the <object-table>
component.
The default behavior is that the search is just matching on the “label” field in the array of objects passed to the function
Is it possible to implement a custom search function for the <edit-typeahead>
feature of the <object-table>
component.
The default behavior is that the search is just matching on the “label” field in the array of objects passed to the function
It is not currently possible to implement a custom search function within the edit-typeahead
. You can request this through our public roadmap available at roadmap.journeyapps.com.
Note that since runtime version 4.84.0, the on-search functionality in the edit-typeahead
component will now also search an object’s subtext
, as well as its label
.