Yes/No field bug
Posted: 16 Sep 2013
I am noticing the following bug. I have removed\added multiple statements and it always seems to happen.
If I have a Yes/No (Boolean) field. If the value is true or (1). (checkbox is checked)
Now if you set the control to read only (disable the control)
fd.field('Boolean').control().readonly(true);
Click save and the value of the field becomes No (checkbox is not checked)
If I have a Yes/No (Boolean) field. If the value is true or (1). (checkbox is checked)
Now if you set the control to read only (disable the control)
fd.field('Boolean').control().readonly(true);
Click save and the value of the field becomes No (checkbox is not checked)