"appendTo" is not available in DateElement.. #457
jaehyeong-gobox
started this conversation in
Ideas
Replies: 1 comment
-
Hey, it's great to see you are making good use of Vueform—happy to hear that! The date elements use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Vueform Team,
First, thank you for creating such an excellent library. Our team of about 10 developers has been actively using Vueform with Nuxt since last year, and it has become a core part of our development stack.
We've noticed a small inconsistency in props between elements. The SelectElement includes a very useful
appendTo
prop, which is essential for preventing the dropdown from being clipped by parent containers withoverflow: hidden
orposition: sticky
.However, this appendTo prop is not available on the DateElement and DatesElement. This causes the calendar pop-up to be hidden in our layouts.
Would you consider adding the
appendTo
prop to the DateElement and DatesElement for consistency and to resolve this common layout issue?Thank you for your time and for all your hard work on this project.
Beta Was this translation helpful? Give feedback.
All reactions