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

Allow more customization #62

Merged
merged 4 commits into from
Aug 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Eric Holscher <[email protected]>
  • Loading branch information
stsewd and ericholscher committed Aug 27, 2020
commit f6c59d7c04de8fa4e29ffdde030a8edeab9a45cf
4 changes: 2 additions & 2 deletions docs/customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Customization
Custom search input
-------------------

This extension will attach some events to an ``input`` element within a ``search`` role.
If you have a custom search bar, make sure it has the ``search`` role.
This extension will attach events to an ``input`` element with a ``search`` role.
If you have a custom search bar, make sure it has the ``search`` role:

.. code-block:: html

Expand Down