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
# @param preload [Boolean] Whether to preload search results when the page loads. If this option is false, results are loaded when the panel is opened.
352
355
# @param dynamic_label [Boolean] Whether or not to display the text of the currently selected item in the show button.
353
356
# @param dynamic_label_prefix [String] If provided, the prefix is prepended to the dynamic label and displayed in the show button.
357
+
# @param dynamic_label_type [Symbol] Controls what is shown as the dynamic label. `:label` shows the selected item's text; `:count` shows the number of selected items. Only applies when `select_variant: :multiple`. <%= one_of(Primer::Alpha::SelectPanel::DYNAMIC_LABEL_TYPE_OPTIONS) %>
354
358
# @param dynamic_aria_label_prefix [String] If provided, the prefix is prepended to the dynamic label and set as the value of the `aria-label` attribute on the show button.
355
359
# @param body_id [String] The unique ID of the panel body. If not provided, the body ID will be set to the panel ID with a "-body" suffix.
356
360
# @param list_arguments [Hash] Arguments to pass to the underlying <%= link_to_component(Primer::Alpha::ActionList) %> component. Only has an effect for the local fetch strategy.
0 commit comments