- Notifications
You must be signed in to change notification settings - Fork927
feat(site): Support list(string) rich parameter field#6653
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
setParameterValue(value) | ||
onChange(value) | ||
} catch (e) { | ||
console.error("Error on change of list(string) parameter", e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Do we need to do anything else with error handling here or on line 165?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This is something we control but in case it gets an error, I added a message to help a bit more.
Demo:
Screen.Recording.2023-03-17.at.14.29.36.mov
Close#6582