rcpch / rcpch-audit-engine

Epilepsy12 Audit Platform
https://e12.rcpch.ac.uk/
GNU Affero General Public License v3.0
5 stars 4 forks source link

add `{ fullTextSearch: true }` to `ui select` #975

Closed eatyourpeas closed 2 months ago

eatyourpeas commented 2 months ago

Overview

Users cannot search the select for strings in the middle of the word. This is an option in semantic UI that was not enabled

Code changes

Add { fullTextSearch: true } to the custom us search select partials

Related Issues

closes #888