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

Expose Chakra Popover 'matchWidth' prop #252

Closed
rahultiru92 opened this issue May 28, 2024 · 1 comment
Closed

Expose Chakra Popover 'matchWidth' prop #252

rahultiru92 opened this issue May 28, 2024 · 1 comment

Comments

@rahultiru92
Copy link

rahultiru92 commented May 28, 2024

Chakra Popover has a matchWidth prop that allows for the dropdown to have auto width instead of matching the Popover Trigger. This is currently hardcoded to true:

matchWidth={true}

It would be convenient to expose the prop “matchWidth” from Chakra Popover to the consumer of Autocomplete. The prop could be optional while defaulting to true. That way all functionality remains the same as it currently is.

@rahultiru92 rahultiru92 changed the title Possible to expose 'matchWidth' prop? Expose Chakra Popover 'matchWidth' prop May 29, 2024
@Kysluss
Copy link
Collaborator

Kysluss commented Jun 7, 2024

Hi @rahultiru92

This is a good idea. It should be available in the latest v5.5.0 version

@Kysluss Kysluss closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants