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.
Hi expert,
I write a plugin in IIQ 8.3 and use sp-object-suggest for user to select application, when user click the component,
it shows --ui_none-- on the screen.
On the page.xhtml, the syntax as bellow
<sp-object-suggest id="testingObjectSuggest2"
class="form-group"
sp-object-suggest-lookup-id="appSelector"
sp-object-suggest-id="appSelector"
sp-object-suggest-class="sailpoint.object.Application"
ng-model="ngModel.application"
sp-object-suggest-limit="5"
sp-object-suggest-label="This is a test application selector"
sp-object-suggest-help-text="This is the help text for the Application selector"
sp-object-suggest-editable="true"
sp-button-aria-label="Application Selector"/>
I try to use the same syntax on IIQ 8.1, it show normal, no --ui_none–.
How to clear the --ui_none-- or how to translate the item to show ‘–None–’? Please help, very thanks!
Thanks