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.
===
Telerik edit: A workaround for the time being is to attach a JavaScript click handler that closes the Popup instance: 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.