Property 'grouplabel' does not exist on type '{ placeholder: VNode<RendererNode, RendererElement, { [key: string]: any; }>[]; afterlist: VNode<RendererNode, RendererElement, { ...; }>[]; ... 12 more ...; spinner: VNode<...>[]; }'. Did you mean 'groupLabel'?ts(2551)
Multiselect.d.ts(202, 5): 'groupLabel' is declared here.
Version
Description
When trying to use a template with Multiselect, like so:
groupLabel
does not work as a slot name, but the type is 'groupLabel':if I change it to
grouplabel
:it works, but it throws a type error: