Implementing Popovers (floating forms)

@stucork do you have an example of how to use a link with a manual trigger? When I try to do so in the same pattern for a manual trigger, nothing happens. See Anvil | Login

The code I was trying:

self.link_1.popover(‘No Animation’,
placement=‘bottom’,
animation=False,
trigger=‘manual’
)