Issue with sp-dropdown

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.

Share all details related to your problem, including any error messages you may have received.

I am trying to create a plugin with custom dropdown field, using sp-dropdown but unable to expose inner scroll or permit searching to select the value. Anyone know if it is possible with sp-dropdown?

<sp-dropdown id=“field1”
sp-options=“description.getLetters()”
sp-show-blank=“false”
sp-button-aria-label=“Letters”
class=“allowed-operations”
ng-model=“field1” …>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.