You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: