This commit is contained in:
Mirco Wittrien 2020-07-07 20:55:49 +02:00
parent 2db7b5e190
commit ac20163477
2 changed files with 2 additions and 2 deletions

View File

@ -8160,7 +8160,7 @@
InternalComponents.LibraryComponents.Select = InternalBDFDB.loadPatchedComp("Select") || reactInitialized && class BDFDB_Select extends LibraryModules.React.Component {
handleChange(value) {
this.props.value = value;
this.props.value = value.value || value;
if (typeof this.props.onChange == "function") this.props.onChange(value, this);
BDFDB.ReactUtils.forceUpdate(this);
}

File diff suppressed because one or more lines are too long