mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Fix readonly checkbox not working
This commit is contained in:
@ -128,6 +128,7 @@ var et2_checkbox = /** @class */ (function (_super) {
|
||||
*/
|
||||
et2_checkbox.prototype.set_readonly = function (_ro) {
|
||||
jQuery(this.getDOMNode()).attr('disabled', _ro);
|
||||
this.input.prop('disabled', _ro);
|
||||
};
|
||||
/**
|
||||
* Override default to return unchecked value
|
||||
|
Reference in New Issue
Block a user