Skip to content

Documentation error: Incorrect plugin name in "select on focus" example #2195

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

Open
ishara11rathnayake opened this issue Apr 17, 2025 · 0 comments

Comments

@ishara11rathnayake
Copy link

Hi team,

In the documentation for the select_on_focus plugin example, the plugin is incorrectly referenced. The current example shows:
$("#select-on-focus").selectize({ plugins: ["restore_on_backspace"] });

However, it should be:
$("#select-on-focus").selectize({ plugins: ["select_on_focus"] });

This can be misleading for users trying to implement the plugin correctly. Would be great if this could be updated.

Thanks for the awesome work on Selectize!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant