-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Define default id
parameter values for various components
#5171
base: main
Are you sure you want to change the base?
Commits on Jul 24, 2024
-
Set default ID for accordion component
If unset, the accordion uses the string "accordion" as the ID and prefix for child element IDs.
Configuration menu - View commit details
-
Copy full SHA for 59769c0 - Browse repository at this point
Copy the full SHA 59769c0View commit details -
Set default ID for character count component
If unset, the character count uses the value of the `name` parameter as an ID and prefix for child element IDs.
Configuration menu - View commit details
-
Copy full SHA for 65316b8 - Browse repository at this point
Copy the full SHA 65316b8View commit details -
Set default ID for date input component
If unset, the component will first use the value of the `namePrefix` parameter. If that is also unset, it will use the string “date-input”.
Configuration menu - View commit details
-
Copy full SHA for dbea025 - Browse repository at this point
Copy the full SHA dbea025View commit details -
Set default ID for file upload component
If unset, the component uses the `name` parameter value for the ID
Configuration menu - View commit details
-
Copy full SHA for 25dabac - Browse repository at this point
Copy the full SHA 25dabacView commit details -
Set default ID for select component
If unset, the ID defaults to match the value of the `name` parameter
Configuration menu - View commit details
-
Copy full SHA for a86a51a - Browse repository at this point
Copy the full SHA a86a51aView commit details -
Set default ID and prefix ID on Tabs component
If `id` is unset, default to the string “tabs”. If `prefixId` is unset, default to match the `id`.
Configuration menu - View commit details
-
Copy full SHA for 4aa2b9c - Browse repository at this point
Copy the full SHA 4aa2b9cView commit details -
If unset, use the `name` parameter for the ID.
Configuration menu - View commit details
-
Copy full SHA for 1620a1a - Browse repository at this point
Copy the full SHA 1620a1aView commit details -
Set default ID for textarea component
If unset, uses the `name` parameter for the component ID.
Configuration menu - View commit details
-
Copy full SHA for 3c1a6ca - Browse repository at this point
Copy the full SHA 3c1a6caView commit details
Commits on Jul 29, 2024
-
Set default ID and prefix ID on Tabs component
If `id` is unset, default to the string “tabs”. If `idPrefix` is unset, default to match the `id`.
Configuration menu - View commit details
-
Copy full SHA for 5a90762 - Browse repository at this point
Copy the full SHA 5a90762View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb885e - Browse repository at this point
Copy the full SHA fcb885eView commit details