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 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
355
# @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
356
# @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.
357
-
# @param form_arguments [Hash] Form arguments. Supported for `local`, and experimentally supported for `remote` and `eventually_local` strategies by enabling the `use_experimental_non_local_form` flag.
358
-
# @param use_experimental_non_local_form [Boolean] A feature flag used to slowly roll out moving the input field (generated from form arguments) to the top of the SelectPanel HTML thus allowing remote fetching to have default form values. At this time, support is only available for the :single select variant. See: https://github.com/github/primer/issues/4923.
357
+
# @param form_arguments [Hash] Form arguments. Supported for all fetch strategies.
359
358
# @param show_filter [Boolean] Whether or not to show the filter input.
360
359
# @param open_on_load [Boolean] Open the panel when the page loads.
361
360
# @param anchor_align [Symbol] The anchor alignment of the Overlay. <%= one_of(Primer::Alpha::Overlay::ANCHOR_ALIGN_OPTIONS) %>
Copy file name to clipboardExpand all lines: static/arguments.json
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2502,13 +2502,7 @@
2502
2502
"name": "form_arguments",
2503
2503
"type": "Hash",
2504
2504
"default": "`{}`",
2505
-
"description": "Form arguments. Supported for `local`, and experimentally supported for `remote` and `eventually_local` strategies by enabling the `use_experimental_non_local_form` flag."
2506
-
},
2507
-
{
2508
-
"name": "use_experimental_non_local_form",
2509
-
"type": "Boolean",
2510
-
"default": "`false`",
2511
-
"description": "A feature flag used to slowly roll out moving the input field (generated from form arguments) to the top of the SelectPanel HTML thus allowing remote fetching to have default form values. At this time, support is only available for the :single select variant. See: https://github.com/github/primer/issues/4923."
2505
+
"description": "Form arguments. Supported for all fetch strategies."
Copy file name to clipboardExpand all lines: static/info_arch.json
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7358,13 +7358,7 @@
7358
7358
"name": "form_arguments",
7359
7359
"type": "Hash",
7360
7360
"default": "`{}`",
7361
-
"description": "Form arguments. Supported for `local`, and experimentally supported for `remote` and `eventually_local` strategies by enabling the `use_experimental_non_local_form` flag."
7362
-
},
7363
-
{
7364
-
"name": "use_experimental_non_local_form",
7365
-
"type": "Boolean",
7366
-
"default": "`false`",
7367
-
"description": "A feature flag used to slowly roll out moving the input field (generated from form arguments) to the top of the SelectPanel HTML thus allowing remote fetching to have default form values. At this time, support is only available for the :single select variant. See: https://github.com/github/primer/issues/4923."
7361
+
"description": "Form arguments. Supported for all fetch strategies."
0 commit comments