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
I wrapped the arg function to allow multi-selection.
Just replace arg with multiArg and you're good to go. ✨😊
Provide a 3rd argument to customize item templates.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wrapped the
arg
function to allow multi-selection.Just replace
arg
withmultiArg
and you're good to go. ✨😊Provide a 3rd argument to customize item templates.
See code here
multiArg.mp4
Enter
: Toggles SelectionCtrl+Enter
: Submits the resultsKnown issues:
defaultValue
doesn't scroll to choice if not visible #1248input
parameter passed into the choice factory function (2nd argument ofarg
) is always''
and doesn't reflect user input.Enjoy 🥂
Beta Was this translation helpful? Give feedback.
All reactions