Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 17, 2023

Conversation

BrunoQuaresma
Copy link
Collaborator

Demo:

Screen.Recording.2023-03-17.at.14.29.36.mov

Close #6582

@BrunoQuaresma BrunoQuaresma requested review from mtojek and a team March 17, 2023 17:33
@BrunoQuaresma BrunoQuaresma self-assigned this Mar 17, 2023
@BrunoQuaresma BrunoQuaresma requested review from Kira-Pilot and removed request for a team March 17, 2023 17:33
setParameterValue(value)
onChange(value)
} catch (e) {
console.error("Error on change of list(string) parameter", e)
Copy link
Member

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?

Copy link
Collaborator Author

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.

@BrunoQuaresma BrunoQuaresma enabled auto-merge (squash) March 17, 2023 18:48
@BrunoQuaresma BrunoQuaresma merged commit ca067cf into main Mar 17, 2023
@BrunoQuaresma BrunoQuaresma deleted the bq/multi-string-field branch March 17, 2023 18:53
@github-actions github-actions bot locked and limited conversation to collaborators Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rich parameters: support new type list(string)
2 participants