I’m creating my own popovers using the native popover API. Normally, it works as intended, but it doesn’t work inside the form builder. Bricks remove my custom attributes.
Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
[Please describe this bug in as much detail as possible so we can replicate & debug this bug]
HTML field is currently meant for decorative text, not user input. Before outputting it, we are running the code trough the wp_kses_post function, and this will remove popovertarget attribute.
Thank you for your reply. That’s a pity because it would be the perfect spot for “Forgot Password.” I’m sure I’ll find a workaround, but that would have been a nicer solution.