searchbar

This commit is contained in:
Mirco Wittrien 2019-11-06 14:37:32 +01:00
parent 1c48da62f6
commit a864cb7e11
2 changed files with 2 additions and 2 deletions

View File

@ -6279,7 +6279,7 @@ var BDFDB = {
}
} : LibraryComponents.QuickSelect;
LibraryComponents.SearchBar = BDFDB.ModuleUtils.findByName("SearchBar");
LibraryComponents.SearchBar = BDFDB.ModuleUtils.find(m => m && m.displayName == "SearchBar" && m.defaultProps.placeholder == BDFDB.LanguageUtils.LanguageStrings.SEARCH);
LibraryComponents.Select = reactInitialized ? class BDFDB_Select extends LibraryModules.React.Component {
handleChange(value) {

File diff suppressed because one or more lines are too long