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

Change value prop type to object, support multiple values for trigger requirement #4

Open
3 tasks done
epicdigitalmedia opened this issue Oct 14, 2022 · 0 comments
Open
3 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@epicdigitalmedia
Copy link
Contributor

epicdigitalmedia commented Oct 14, 2022

New Feature / Enhancement Checklist

Current Limitation

Value type is not compared for equalTo trigger ... "0" !== 0

Support multiple value requirements similar to the Parse Dashboard query filters.

Look at the Class Schema to infer type and display correct filed input.

Store values for comparison in an object:

{
   propName: 0,
   otherProp: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants