• Anonymous
  • Login
  • Register
XPages Extension Library - Feature Request: Make xp:comboBox render as disabled when readonly = true or showReadonlyAsDisabled = true


I created the following test XPage: ~~~ xmlns:xp="http://www.ibm.com/xsp/core"> id="ComboTest" defaultValue="One" readonly="true" showReadonlyAsDisabled="true"> itemLabel="One" itemValue="One"> id="radioGroup1" defaultValue="Y" readonly="true" showReadonlyAsDisabled="true"> itemLabel="Yes" itemValue="Y"> itemLabel="No" itemValue="N"> id="checkBox1" text="Checkbox" readonly="true" checkedValue="Y" uncheckedValue="N" defaultChecked="true"> id="inputText1" defaultValue="One" readonly="true" showReadonlyAsDisabled="true"> ~~~ which renders this: All input controls render their visual component "disabled" except for the xp:comboBox. Is it possible to have the combo box do the same?



Taken Actions by Owners

No actions have been taken yet.