Request: Allow modal to open relative to clicked parent div using popper #373
mauricekindermann
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to build a calendar planner. A common calendar UI uses a Popper style popup modal next to the clicked event, so that you have some visual feedback as to what you are editing, inline of where it is in your plan.
Wire-UI is incredible, but only as an overlay over the whole page, which isn't ideal for a calendar system.
I built a very quick, hacked together example showing what I mean by popper+modal, click any of the events:
https://calendar-prototype.goldencarers.dev/
DIYing it is possible, but being able to chain modals with Wire makes the code very clean and is a lot more stable than writing all the code yourself.
Maybe I'm the only one who wants this, but I'm putting my request and vote out there anyway.
Do others also feel the need for this feature? Any suggestions or ideas on how to implement this in a more convenient way are much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions