I am trying to use an input element as a trigger for the <VDropdown /> component. The input element loses focus whenever the popover opens. After some searching I found out a possible fix was released for the Vue 3 version.
Is it possible to release the changes from this commit to the @vue2 tag?
Hi,
I am trying to use an input element as a trigger for the
<VDropdown />
component. The input element loses focus whenever the popover opens. After some searching I found out a possible fix was released for the Vue 3 version.Is it possible to release the changes from this commit to the
@vue2
tag?