0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 04:32:38 +00:00

allow strings for filterOn

This commit is contained in:
Gazook89
2022-11-29 12:06:38 -06:00
parent fc7c46cfec
commit 12fe787ab4
2 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,8 @@ const MetadataEditor = createClass({
suggestMethod : 'startsWith',
clearAutoSuggestOnClick : true,
filterOn : ['data-value', 'data-detail', 'title']
}}>
}}
>
</Combobox>
</div>