How do I prevent the toast message from taking focus away from the current input? I’m doing an auto-save onchange of an input and toasting a “Saved” message, but if the user clicks onto the next input (triggering the onchange) then that input they clicked on immediately loses focus because of the toast.
Is there a way to prevent this from happening?
Also, where is the documentation for toast? Cause I’d also like to change it to the top of the screen rather than the bottom.