dabernathy89 / vue-query-builder

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

text options that shouldnt allow value input #61

Open mlaw93 opened 4 years ago

mlaw93 commented 4 years ago

I was noticing that for field type='text' that when a user selects one of these operators 'is empty' or 'is not empty' it is still allowing them to enter a value. Should the text component not hide that portion of data entry at that point?