alexkatz / react-tiny-popover

A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
MIT License
454 stars 121 forks source link

Example of containerParent #104

Closed eox2 closed 3 years ago

eox2 commented 3 years ago

Can you give an example of how to do this?

My main problem is the Popover that pops up is not in the right order in the UI because its appended in the body at the end. This makes it hard for users that need accessibility as they need it to be easily tabbable into and in the correct order of elements as seen on the screen.

Thanks

ghost commented 3 years ago

@eox2 the demo has an example. See this line.

alexkatz commented 3 years ago

@daljeetv is correct. I'll close this for now, but let me know if you have any further questions. Thanks!