dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
644 stars 158 forks source link

Computed value isMultipleChoice now more accurate #20

Closed jmkenz closed 5 years ago

jmkenz commented 6 years ago

Regular non-multi select fields, as well as radio inputs, are no longer considered multiple choice.

dabernathy89 commented 5 years ago

Sorry I never looked at this - your PR came in just a week before my baby was born! I haven't had much time since then.

This is actually a moot issue now because we are now displaying the operators for any rules that provide them, including multiple choice. Thank you though!