We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A form field's data source needs to be able to look like this:
"dataSource": { "config": { "options": [ { "label": "Option 1", "subLabel": "", "value": "Option 1" }, { "label": "Option 2", "subLabel": "", "value": "Option 2" } ] }, "dataSourceType": "STATIC" },
However, the SDK does not have the 'options' field in the schema.
let formSource: FormElementDynamicDataSourceBeta = { config: { options: [ // <--- TYPE ERROR HERE ] } }
On the other hand, it's not a big deal because that type doesn't actually appear to be used anywhere...
The text was updated successfully, but these errors were encountered:
Automated commit 'Merge pull request #41 from sailpoint/nerocket-1735…
7fcd56c
…-api-documentation [NEROCKET-1735] api documentation' by github action: 11109032472
No branches or pull requests
A form field's data source needs to be able to look like this:
However, the SDK does not have the 'options' field in the schema.
On the other hand, it's not a big deal because that type doesn't actually appear to be used anywhere...
The text was updated successfully, but these errors were encountered: