From 8ed97f2afcc8c8495778c22d1c97e5c876d79dc3 Mon Sep 17 00:00:00 2001 From: thyhmdo <77697351+thyhmdo@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:53:20 -0600 Subject: [PATCH 1/3] [Combobox] Autocomplete (#4386) * autocomplete * update2 --------- Co-authored-by: Kritvi <158570656+Kritvi-bhatia17@users.noreply.github.com> --- src/pages/components/dropdown/usage.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/components/dropdown/usage.mdx b/src/pages/components/dropdown/usage.mdx index c4d3dfdc558..398ea698aab 100755 --- a/src/pages/components/dropdown/usage.mdx +++ b/src/pages/components/dropdown/usage.mdx @@ -826,11 +826,11 @@ boxes are useful when the data populating the list may come from a database. -- The menu opens by clicking anywhere in the field and you can start typing to - sort through the list of options. The option that best matches the typed - characters is highlighted. -- After typing text in the field, the close (x) icon appears to the right of the - text in the field. This clears any text that’s been entered in the field. +- The menu opens by clicking anywhere in the field, allowing users to type and + sort through the list of options. The best-matching option is highlighted as + users type. +- A close (x) icon clears the input, and autocomplete refines options as users + type. From 102db085f8811e989be5a07a0d515f2ac8ae8466 Mon Sep 17 00:00:00 2001 From: Scott Strubberg Date: Mon, 16 Dec 2024 13:17:18 -0500 Subject: [PATCH 2/3] Update index.mdx (#4412) --- src/pages/data-visualization/color-palettes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/data-visualization/color-palettes/index.mdx b/src/pages/data-visualization/color-palettes/index.mdx index b08ac599444..234bbcea87d 100644 --- a/src/pages/data-visualization/color-palettes/index.mdx +++ b/src/pages/data-visualization/color-palettes/index.mdx @@ -98,7 +98,7 @@ be used to represent any meaningful progression or divergence. Never use a gradient in place of a sequential palette. For the full list of approved gradient options, see the IBM Design Language -[Color page](https://www.ibm.com/design/language/elements/color#gradients). +[Color page](https://www.ibm.com/design/language/color#gradients). From b2698de8793d574c24c5ad5e74ffb6bd2f992dae Mon Sep 17 00:00:00 2001 From: cmp Date: Mon, 16 Dec 2024 12:33:01 -0600 Subject: [PATCH 3/3] docs(typography) Fix broken code blocks (#4400) Fixes some code blocks for typography that ran together. Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> --- src/pages/elements/typography/code.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/elements/typography/code.mdx b/src/pages/elements/typography/code.mdx index 08b0de10f1c..1a41a29dfcd 100644 --- a/src/pages/elements/typography/code.mdx +++ b/src/pages/elements/typography/code.mdx @@ -82,11 +82,11 @@ You can find a full reference of the type styles that are available on the You can include a token in your Sass file by writing: -````scss +```scss @use '@carbon/type'; @include type.type-style('productive-heading-01'); -``` | +``` ### Reset