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

Add isLazy prop to CPopover #530

Open
VeraGoerisch opened this issue Apr 28, 2022 · 0 comments
Open

Add isLazy prop to CPopover #530

VeraGoerisch opened this issue Apr 28, 2022 · 0 comments
Labels
help wanted 🆘 Extra attention is needed type: contributions welcome 💚 Contributions are welcome! type: feature or enhancement ⚡️ New feature or request

Comments

@VeraGoerisch
Copy link

Is your feature request related to a problem? Please describe.
CPopover in Vue Chakra UI doesn't have isLazy prop which is present in Chakra UI for React so there is no way to defer CPopoverContent rendering until the popover is open.

Describe the solution you'd like
CPopover has isLazy prop.

Describe alternatives you've considered
Current solutions include adding a bunch of v-if's around elements present in CPopoverContent, which sort of works but would like to have a cleaner solution.

@peoray peoray added type: feature or enhancement ⚡️ New feature or request help wanted 🆘 Extra attention is needed type: contributions welcome 💚 Contributions are welcome! labels May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted 🆘 Extra attention is needed type: contributions welcome 💚 Contributions are welcome! type: feature or enhancement ⚡️ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants