You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
currently it isn't possible to render an item, so that the matching part is highlighted (e.g. bold formatted). The function of the "renderItem" param needs an additional parameter for the current value of the input field. See Autocomplete.js line 276.
The text was updated successfully, but these errors were encountered:
I'm aware of that. This issue doesn't point to an implementation bug, it's about api consistency. In other function parameters you pass on the current value of the input field, which means these functions are side-effect free (regarding the value), e.g. "shouldItemRender", "sortItems" etc. This one is not.
Hi there,
currently it isn't possible to render an item, so that the matching part is highlighted (e.g. bold formatted). The function of the "renderItem" param needs an additional parameter for the current value of the input field. See Autocomplete.js line 276.
The text was updated successfully, but these errors were encountered: