Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserInputContorller - improve ajax support #395

Open
rsoika opened this issue Nov 26, 2024 · 0 comments
Open

UserInputContorller - improve ajax support #395

rsoika opened this issue Nov 26, 2024 · 0 comments
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Nov 26, 2024

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!

@rsoika rsoika modified the milestones: 5.0.2, 5.0.3 Nov 26, 2024
rsoika added a commit that referenced this issue Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant