We are trying to mimic the behavior of the jQuery grid where a toast is shown pointing at a cell when a validation error occurs:
We wanted to use the toast component since that seemed ideal, but were disappointed to learn that it only supports very basic positioning.
It is important to let the user know when this automatic correction occurs and if the toast appears at the bottom or top of the page, it might go unnoticed by the end user.
Are there are options for positioning the toast near the cell it applies to?
This is great information and works much better, thank you!