Hello Everyone,
Can I add custom attributes in option value in select (combo Box).
By using extended property, i can only able to add it to select element. Is there any way to add into a option element at page build time?
like this,
<option value="12" data-customatrribute="123" >NAME</option>
Thanks,
Ali Amin
Hi Ali,
Checkout this post which explains step-by-step how to add value using custom variable. https://www.outsystems.com/forums/discussion/46021/hi-all-can-we-store-any-value-to-the-variable-declared-in-dropdown-combobox/#Post167806
Hello Swatantra,
This post wasn't helpful. The post explain how to hold custom value in drop-down. This was not my problem. I want to add attributes in html option element.. if possible.
Let me know if i can help you more to understand the question.
Regards