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
I have a custom renderer setup (based off of this) and all is working well. My recent searches display, but I'm struggling to figure out how to access things like onRemove from transformSource.
Looking at the code from the custom renderer example, because we're mapping the collections, I think this overrides anything I do in the transformSource where I'm creating my recent search plugin.
I'm pretty stuck on this and so would really love some help in figuring out how to integrate recent searches, along with the built in functionality of things like onRemove, into an Autocomplete with a custom renderer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I have a custom renderer setup (based off of this) and all is working well. My recent searches display, but I'm struggling to figure out how to access things like
onRemove
fromtransformSource
.Looking at the code from the custom renderer example, because we're mapping the
collections
, I think this overrides anything I do in thetransformSource
where I'm creating my recent search plugin.I'm pretty stuck on this and so would really love some help in figuring out how to integrate recent searches, along with the built in functionality of things like
onRemove
, into an Autocomplete with a custom renderer.Thanks so much,
Mark
Code from Demo...
An example of how I'm creating my
recentSearches
plugin...Beta Was this translation helpful? Give feedback.
All reactions