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

Creating a Separator within Datalist properly #533

Open
assembly-deepali opened this issue Jun 20, 2024 · 1 comment
Open

Creating a Separator within Datalist properly #533

assembly-deepali opened this issue Jun 20, 2024 · 1 comment
Labels
request New feature or request

Comments

@assembly-deepali
Copy link

Feature request

I have this datalist and when I add a Separator, it doesn't span the width of the entire data list component. I saw that the Select radix component has a <Select.Separator />. I think that would be useful for DataList as well, so I could just call <DataList.Separator /> to add one!

Screenshot 2024-06-20 at 2 13 29 PM

Overview

Examples in other libraries

Who does this impact? Who is this for?

Additional context

@vladmoroz vladmoroz transferred this issue from radix-ui/primitives Jun 25, 2024
@vladmoroz vladmoroz added the request New feature or request label Jun 25, 2024
@vladmoroz
Copy link
Contributor

We might do that, for now you can wrap the separator in <Box gridColumn="span 2"> to get it to span the full width of the data list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants