mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 11:08:10 +00:00
add small text
This commit is contained in:
@@ -16,7 +16,7 @@ const Combobox = createReactClass({
|
||||
suggestMethod : 'includes',
|
||||
filterOn : [] // should allow as array to filter on multiple attributes, or even custom filter
|
||||
},
|
||||
valuePatterns: [/.+/]
|
||||
valuePatterns: /.+/
|
||||
};
|
||||
},
|
||||
getInitialState : function() {
|
||||
|
||||
Reference in New Issue
Block a user