vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] `v-autocomplete` incorrectly reports `value-comparator` as deprecated

philgeronegit opened this issue · comments

When I try to use the value-comparator props, I get this message (vuetify 3.4.0, eslint-plugin-vueitfy 2.1.0):

error 'value-comparator' has been removed

However, it is listed in the documentation.

Same issue with same versions here.