Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.07k stars 4.96k forks source link

now dropdown searches all words of a sentence provided by dropdown item #7037

Open ahhadian opened 3 years ago

ahhadian commented 3 years ago

Dropdown Search Functionality

[Dropdown] now dropdown searches all words of a sentence provided by dropdown item.

Closed Issues

7006

Description

Semantic Ui default search method in on first word of an item in dropdown. simply by removing "^" from the regex, dropdwon searches over all words of an item.