searchbar
This commit is contained in:
parent
1c48da62f6
commit
a864cb7e11
|
@ -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
Loading…
Reference in New Issue