Skip to content
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

[EUI+] Reorganize Forms category #8184

Merged
merged 30 commits into from
Feb 18, 2025
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
84fe57c
Reorganize form layouts section
cee-chen Dec 5, 2024
de3c501
rearrange all the things
cee-chen Dec 13, 2024
43bc76d
Add form row a11y callout
cee-chen Dec 13, 2024
9da194b
Add missing form control guidelines
cee-chen Dec 13, 2024
cb7b3c5
[text] reorganize basic controls to top-level page
cee-chen Dec 13, 2024
b150e25
[numeric] reorganize basic control to top level
cee-chen Dec 13, 2024
a0bf980
[date] reorganize date picker to top-most page
cee-chen Dec 13, 2024
e8e2a65
[search] reorganize search and filtering docs
cee-chen Dec 13, 2024
4157f53
[selection] Migrate #7049 to doc page
cee-chen Dec 14, 2024
667bfa0
[selection] add missing checkbox/radio guidelines + split up switch t…
cee-chen Dec 14, 2024
72d3556
fix(website): add space in text for prepend_append
weronikaolejniczak Feb 11, 2025
2b813fb
fix(website): fix EuiTextBlock redirection
weronikaolejniczak Feb 11, 2025
929fac4
fix(website): fix inline edit customizing read and edit modes redirects
weronikaolejniczak Feb 11, 2025
2bbfa99
fix(website): fix EuiSelectable redirection
weronikaolejniczak Feb 11, 2025
46e293d
fix(website): fix EuiSearchBar redirection
weronikaolejniczak Feb 11, 2025
693c3c0
fix(website): remove redundant link
weronikaolejniczak Feb 11, 2025
12669d6
fix(website): fix selectable page redirections
weronikaolejniczak Feb 11, 2025
294308a
fix(website): fix combo-box redirection, remove .mdx
weronikaolejniczak Feb 11, 2025
699c21f
fix(website): fix Switch page redirections
weronikaolejniczak Feb 11, 2025
67cd6f9
fix(website): fix EuiRadioGroup redirection
weronikaolejniczak Feb 11, 2025
dcc142e
fix(website): remove redundant ellipsis in super select content
weronikaolejniczak Feb 11, 2025
721c9d9
feat(website): group similar sections under the same header
weronikaolejniczak Feb 11, 2025
883ab19
fix(website): move section to date picker range
weronikaolejniczak Feb 11, 2025
6412414
Merge branch 'main' into website/reorg-4
weronikaolejniczak Feb 12, 2025
0e79d69
fix(website): update external links to use anchor tag
weronikaolejniczak Feb 17, 2025
df543c3
fix(website): update absolute links to relative file paths
weronikaolejniczak Feb 17, 2025
885201a
fix(website): use relative file paths in forms selection overview
weronikaolejniczak Feb 17, 2025
78cff5a
fix(website): update relative URL links to relative path files
weronikaolejniczak Feb 17, 2025
4fa2870
chore(website): add a section about links to README.md
weronikaolejniczak Feb 17, 2025
7060c45
Merge branch 'main' into website/reorg-4
weronikaolejniczak Feb 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(website): fix EuiRadioGroup redirection
weronikaolejniczak committed Feb 11, 2025

Verified

This commit was signed with the committer’s verified signature.
weronikaolejniczak Weronika Olejniczak
commit 67cd6f93fddb357b828d1d65ec20b709db217006
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import EuiFormRowCallout from '../form_layouts/_form_row_callout.mdx';

<EuiFormRowCallout />

This component renders a native HTML `<select>` element. Use **EuiSelect** to allow users to choose from a list of 7 to 12 options. When there are less than 7 options consider using a [**EuiRadioGroup**](/docs/forms/selection-controls#radio-group).
This component renders a native HTML `<select>` element. Use **EuiSelect** to allow users to choose from a list of 7 to 12 options. When there are less than 7 options consider using a [**EuiRadioGroup**](/docs/forms/selection/checkboxes-and-radios#radio-group).

```tsx interactive
import React, { useState } from 'react';