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
description = "Array of strings representing the text that will be displayed for each item in the suggester prompt. This can also be a function that maps an item to its text representation."
612
+
613
+
[[tp.system.functions.multi_suggester.args]]
614
+
name = "items"
615
+
description = "Array containing the values of each item in the correct order."
616
+
617
+
[[tp.system.functions.multi_suggester.args]]
618
+
name = "throw_on_cancel"
619
+
description = "Throws an error if the prompt is canceled, instead of returning a `null` value."
620
+
621
+
[[tp.system.functions.multi_suggester.args]]
622
+
name = "title"
623
+
description = "Text placed at the top of the modal."
624
+
625
+
[[tp.system.functions.multi_suggester.args]]
626
+
name = "limit"
627
+
description = "Limit the number of items rendered at once (useful to improve performance when displaying large lists)."
0 commit comments