mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
selectbox widget and some fixes
This commit is contained in:
@ -96,7 +96,7 @@ var et2_inputWidget = /** @class */ (function (_super) {
|
||||
// }
|
||||
_super.prototype.detachFromDOM.call(this);
|
||||
};
|
||||
et2_inputWidget.prototype.change = function (_node) {
|
||||
et2_inputWidget.prototype.change = function (_node, _widget, _value) {
|
||||
var messages = [];
|
||||
var valid = this.isValid(messages);
|
||||
// Passing false will clear any set messages
|
||||
|
Reference in New Issue
Block a user