chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v2.0
141 stars 36 forks source link

Add a way for child themes to override the minimum autocomplete length for search #2242

Closed chrisblakley closed 1 year ago

chrisblakley commented 1 year ago

I'm leaning towards an input attribute of minlength="2" or something to override it, but default to 3 if nothing provided.

Check here: search.mjs line 280