Material Design Best Practice: Should a dialog "Accept" button only get enabled upon changes to a mutable inner state

As far as UX goes, particularly when working within the material design specifications for a Windows app, if an accept/cancel dialog is presented to the user that is intended to mutate some "model" or save some data, should the b…
share this post : )
Placing the stepper in the same row with the modal title or below it

Our team currently lacks a designer and the developers along with the PO must handle some UI/UX decisions.
We are defining a process that involves a modal that includes a big form split into three steps. The goal is for the user to underst…
share this post : )
Edit mode + Side panel/Modal, how to deal with double validation?

I am currently struggling with an edit mode user scenario inside a web application.
Context
The web application will be used also on mobile, so we can’t use “on hover” comportment.
99% of the time, users will read and not edit information…
share this post : )
Good idea to design go back button in modal

I need some directions, currently I have a list, if I click one of the items, one modal is shown with information about the item previously selected, and a list of its children, so if I click one of its children the modal information is u…