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
In case the userinput component is rerendered during a ajax event, the search functionality got lost.
This is because the init method is currently only called on document.load()
We need to refactor the code in a way that the init method of the component is called in any situation the component is rendered - even in a ajax event!
The text was updated successfully, but these errors were encountered:
In case the userinput component is rerendered during a ajax event, the search functionality got lost.
This is because the init method is currently only called on document.load()
We need to refactor the code in a way that the init method of the component is called in any situation the component is rendered - even in a ajax event!
The text was updated successfully, but these errors were encountered: