Nik

Results 4 comments of Nik

Bluma adds a -0.5px margin to the last element within the tags class for some reason, a work around for this would be applying a "mb-0" class to your attached...

Thanks for this excellent API :) Would be really cool if the recovered numbers are enabled again, at least the last recorded number instead of 0.

Any updates on this issue? 👀 Would be nice to have the ability to set experimental options since that seems to be the only way to disable a certain DevTools...

Hi, this is quite easy to do using a custom component. ``` import Multiselect from '@vueform/multiselect'; export default { components: { Multiselect, }, props: ['modelValue', 'checkInfiniteScroll'], emits: ['update:modelValue', 'infinite-scroll'], computed:...