everweij/react-laag

Input validation example doesn't position dropdown correctly

hinok opened this issue · 4 comments

hinok commented

Hey,
I think that input validation example has a small issue with positioning dropdown in one case.

Demo below

Zrzut ekranu 2020-05-22 o 20 49 24

Gif

demo

Hi @hinok ,
Sorry for my late response, and thanks for noticing this!
I've updated most of the examples and this bug should be gone by now.
You can check out the new version here: https://storybook.react-laag.com/?path=/docs/password-validation--page

I will close this issue for now. Feel free to open a new issue if you spot something odd, or want to report something else!

hinok commented

Hey @everweij
I think that the issue still exists here https://storybook.react-laag.com/?path=/docs/password-validation--page

Look at the video

Kapture 2020-12-18 at 11 02 02

On the other hand I cannot replicate that buggy behaviour here: https://storybook.react-laag.com/?path=/docs/popover-menu--page, so maybe it's just a matter of proper configuration?

@hinok thanks,
Apparently, I forgot to add the "left-center" placement as possible-placement in the options.
I've pushed a small fix, so the layer should be visible on the left side as well :)