-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Have part or dialog centered to the element clicked #2293
Comments
it'a dialog then |
This relates slightly to another issue: #2252. By the way, a contributor has proposed to help with it. |
@FredLL-Avaiga That works for me. What do you mean by dynamically? |
I mean that you can change the id to which the dialog is related. |
Ok, I agree that the id should be dynamic. Now, I don't understand the part about the selector 😆 |
The id is a string that allows to locate a component on a page and position a dialog based on it. |
Got it, thanks! |
Description
Here, I have clicked on an icon and I have a dropdown menu of labels next to where I clicked:
Here, I have clicked on icon and I see a dialog/part showing up next to where I clicked:
I want to do that generically to put anything in this part. If I click somewhere else, this dialog should disappear.
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: