0
0
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:
Víctor Losada Hernández
2026-02-17 10:09:44 +01:00
parent dec91cc76e
commit bf8c866a74
4 changed files with 15 additions and 134 deletions

View File

@@ -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() {