From: Alan Date: Fri, 23 Sep 2022 03:40:50 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=refs%2Fheads%2Fwip_alan_T7418_radio_button_set_value sync --- diff --git a/docs/src/Roo_form_Radio.js.html b/docs/src/Roo_form_Radio.js.html index 464ced8576..d1feaf9507 100644 --- a/docs/src/Roo_form_Radio.js.html +++ b/docs/src/Roo_form_Radio.js.html @@ -77,7 +77,7 @@ //} this.setChecked(String(v) === String(this.inputValue), suppressEvent); - this.el.dom.form[this.name] = v; + this.el.dom.form[this.name].value = v; //this.fireEvent("check", this, this.checked); },