Azi
11/02/2021, 5:32 PMMTNathan
11/02/2021, 6:08 PMN/ui/dialog
, etc.) with functions that return booleans like validateLine or saveRecord. I'd suggest just using window.confirm() - it's definitely worse-looking and you have less control over the buttons and whatnot, but it's synchronous so it works at least.Azi
11/02/2021, 6:13 PM