Good afternoon, I have the following question:
I am using a popover to show the possible errors that a database can give me when consulted. When defining the popover, I put as a selector the form where the user enters the data to be consulted in the database.
The problem I have is that since the user clicks on the form or any object that is inside it, the popover is shown to me without having consulted the database and I don’t want that to happen.
At first I used notification but it doesn’t support defining buttons inside so I was recommended to use popover.
A greeting.