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!>
Thanks for joining our community and helping improve Syncfusion products!
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.