Does KYCDynamicSelect control support configuration of "property for value" and "property for display text"?
Hello all,
I am working on a KYC Type and I am configuring an item. this is a Dropdown so we are using KYCDynamicSelect as a control in the property definition. However we have a requirement where we need to show some values (Names) in the dropdown but store in the clipboard the corresponding codes. This is easily achieved with Dropdown control using:
- Property for Value
- Property for display
But as I am using KYCDynamicSelect. This params are not defined. Does anyone know if KYCDynamicSelect supports this behaviour?. Show a value but set in the clipboard the code?. Thanks!!