Skip to content
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

Make aspect multi select input #213

Open
wants to merge 1 commit into
base: NewForm
Choose a base branch
from

Conversation

ArnobChowdhury
Copy link
Collaborator

No description provided.

@@ -174,7 +174,7 @@ export const Form = ({
setValue('object', '')
} else {
setValue('stars', null)
setValue('aspect', '')
setValue('aspect', [])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah so we want this, but it requires other changes actually on front end - we have to create multiple claims and sign and submit all, in front end

because back end can't sign a claim

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeh we know we make it till we change in the data model

Copy link
Collaborator

@gvelez17 gvelez17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is great but - we have to have capability to make multiple claims from front end, or we have to change the data model for aspect to be a list

so we want the ability for aspect to be a list but we can NOT merge this as it is without making other changes to support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants