Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2023-10-29 22:26:55 +01:00
parent 7c24be9b95
commit e1c33ecea1
1 changed files with 0 additions and 1 deletions

View File

@ -7722,7 +7722,6 @@ module.exports = (_ => {
}
}
render() {
console.log(this);
let inputChildren = [
BDFDB.ReactUtils.createElement("input", BDFDB.ObjectUtils.exclude(Object.assign({}, this.props, {
className: BDFDB.DOMUtils.formatClassName(this.props.size || BDFDB.disCN.inputdefault, this.props.inputClassName, this.props.focused && BDFDB.disCN.inputfocused, this.props.error || this.props.errorMessage ? BDFDB.disCN.inputerror : (this.props.success && BDFDB.disCN.inputsuccess), this.props.disabled && BDFDB.disCN.inputdisabled, this.props.editable && BDFDB.disCN.inputeditable),