fix: Rate control read only mode (#24055)
- It should inherit ControlFloat as underlying value is float. closes https://github.com/frappe/frappe/issues/24053
This commit is contained in:
parent
c00d5ac258
commit
d5a727dc58
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
frappe.ui.form.ControlRating = class ControlRating extends frappe.ui.form.ControlInt {
|
||||
frappe.ui.form.ControlRating = class ControlRating extends frappe.ui.form.ControlFloat {
|
||||
make_input() {
|
||||
super.make_input();
|
||||
let stars = "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue