Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Rule value was not proper while switching ‘in’ operator to ‘notin’ operator when dataSource property was not set in Query builder.


Steps to reproduce:
1.  Run the sample.
2. Select the first name for field dropdown.

3. Select the ‘in’ value in operator dropdown and enter the values like ‘Nancy’, then check the console the rule value type as array of string.

4. Select the ‘notin’ value in operator dropdown and check the console, the rule value as string.



Expected behavior:   Rule value of ‘in’ and ‘notin’ should be array of values.

Actual behavior:  Rule value of ‘in’ and ‘notin’ values as string while switching from ‘in‘ to ‘notin’ operator.