I have a Blazor component (.net 5, server side) that has a popover inside it. This is working fine - when I click the button the popover appears.
I would like to replace the default text of the popover with a form that I have in another Blazor component.
I was thinking something on the control like data-content=". When I try this nothing appears (I have html:true on the popover and a simple span tag displays correctly).
Does anyone know how to achieve this?
question from:
https://stackoverflow.com/questions/65911277/how-to-imbed-a-blazor-component-in-a-bootstrap-popover 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…