@nys-cui/cui-formpill 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cui-formpill.js +3 -0
package/package.json
CHANGED
package/src/cui-formpill.js
CHANGED
@@ -901,6 +901,9 @@ class CUI_FORMPILL extends HTMLElement {
|
|
901
901
|
if (controls.value.multiple) {
|
902
902
|
this.dValueField.setAttribute('multiple', true)
|
903
903
|
}
|
904
|
+
if (controls.value.codedesc) {
|
905
|
+
this.dValueField.setAttribute('codedesc', true)
|
906
|
+
}
|
904
907
|
if (controls.value.search) {
|
905
908
|
this.dValueField.setAttribute('search', true)
|
906
909
|
}
|