xingkongshensui 发表于 2022-8-3 13:55:12

combox框如何设置readonly

combox框通过这种方式设置只读不行。
this.form.get("subject").node.getElement("input").setAttribute("readonly","true");
combox框输入内容后如何设置为只读?

论坛管理员 发表于 2022-8-3 16:01:48

设置disabled
页: [1]
查看完整版本: combox框如何设置readonly