From 82012c45538771bff085ff1909d38cfb10129a59 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 23 Sep 2022 11:40:50 +0800 Subject: [PATCH] sync --- docs/src/Roo_form_Radio.js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }, -- 2.39.2