Closed
Description
Expected Behavior
When property editMode is set to false, GridItems should not be resizable or draggable.
Current Behavior
When property editMode is set to false.
GridItems can be:
- Dragged.
- Resized
This also overrides the layout configuration.
Steps to Reproduce
- start up sandbox app.
- click on checkbox editMode so it is not checked.
- Drag a GridItem.
- Resize a GridItem.
- Enable editMode and try to resize GridItem 7, this is not resizable in the test layout.