Cannot set OverlaySettings to IgxToast, IgxSnackbar #14934
Labels
🐛 bug
Any issue that describes a bug
🆕 status: new
snackbar
toast
version: 17.2.x
version: 18.2.x
version: 19.0.x
Description
The documentation states that both components use "Overlay Settings to control the position of its container. The default settings can be changed by defining Custom OverlaySettings and passing them to the
open()
method."Toast Overlay Settings docs & Snackbar Overlay Settings docs.
However, none of the
open
methods acceptOverlaySettings
as a parameter. (toast open(), snackbar open())Steps to reproduce
OverlaySettings
and pass them to theopen()
method.Result
Cannot set OverlaySettings to IgxToast, IgxSnackbar.
Expected result
Should be able to set OverlaySettings to IgxToast, IgxSnackbar.
The text was updated successfully, but these errors were encountered: