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
}
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: