tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
188 stars 18 forks source link

Feature: Global style autocomplete to search for any match, not just "string starts with" #1249

Open frzsombor opened 2 weeks ago

frzsombor commented 2 weeks ago

Description

I think it would be really helpful if the autocomplete of global style class add/search box would match any part of the string, as - for conventional reasons - I name the styles as actual class names. I have classes like bg-gradient-colorname and many others, and it would be better to be able to start typing "gradi" and I would see all the gradient classes.

Edit: By the way, this works flawlessly when I'm creating a new style and select "clone". In that input field, the search works with match anywhere in the strings.

image image