I want a less-persistent popup, where a click outside of its boundaries would close it. To give a real world example, the share snippet feature in REPL works in such a way: https://blazorrepl.telerik.com
Workaround for the time being is attach a JS click handler, such as in the following example: https://blazorrepl.telerik.com/GyumGrEs22yZgoCD16
Thanks for the work around. I ran into this same limitation.
The user experience feels inconsistent when you have dropdown popup that stays open when you click out of its boundaries when all your other dropdowns menus auto close when clicking out of its boundaries. I hope this makes it in as a native feature in the future. I think this behavior should also be configurable if its adopted.