WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.4k stars 4.15k forks source link

Search Block: Option to have live suggested results or word auto-completion #62421

Open bhubbard opened 3 months ago

bhubbard commented 3 months ago

What problem does this address?

It is a common pattern to have a search box that has a dropdown containing suggested words, or a small sample actual results as you type in the box.

What is your proposed solution?

cbirdsong commented 3 months ago

This can be done without client-side Javascript by using <datalist>. In the past I've attached one to a search box and populated it with the site's tags and categories.