When edit settings page crayons select field automatically getting empty.<!–
Hey @Viji,
This configuration page is using custom iparams page if I’m not wrong. Also checking if the value was already set for this field when iparams was previously configured. If the select component uses dynamic options or static ones set from HTML?
Yes this is the custom iparams page using crayons and set value to select by statically. Below mentioned code which we are using FYR.
<fw-select-option value="contact">Contacts</fw-select-option>
<fw-select-option value="account">Accounts</fw-select-option>
<fw-select-option value="both">Both Contacts & Accounts</fw-select-option>
</fw-select>
Can you share the iparams.html
and iparams.js
files?