Zinq zinq

Search functionality added to select component

Posted on: June 30, 2025 by Matt

^0.12.0

We've just shipped a major enhancement to the Zinq UI select component that makes it much more user-friendly when dealing with long lists of options.

The select component now supports an optional search feature that can be enabled with a simple search attribute:

 
<zinq:select search placeholder="Select memory size">
    <zinq:select.option>8 GB</zinq:select.option>
    <zinq:select.option>16 GB</zinq:select.option>
    <zinq:select.option>32 GB</zinq:select.option>
    <zinq:select.option>64 GB</zinq:select.option>
    <zinq:select.option>128 GB</zinq:select.option>
</zinq:select>

See live demo and detailed docs →

This feature is particularly valuable for:

  • Long option lists (10+ items) where scrolling becomes cumbersome
  • Predictable data like countries, states, or product categories
  • Forms with power users who know what they're looking for

Newsletter

Join other developers and never miss out on new tips, tutorials and Zinq updates!