Added a prop called "dialogProps" in the ListQuickEdit component. This prop is of type object. It is passed to the inner component v-dialog through v-bind.
This prop defaults to the previous hard coded props:
width: 600 and scrollable: true
This way the component is completely backward compatibile with previous implementations.
Added a prop called "dialogProps" in the ListQuickEdit component. This prop is of type object. It is passed to the inner component v-dialog through v-bind. This prop defaults to the previous hard coded props:
width: 600
andscrollable: true
This way the component is completely backward compatibile with previous implementations.