Highlighting Area When a User Drops Files in a Droppable Container
Status
Release Available | Status | Framework Name |
---|---|---|
4.2 | Current | Mui only |
General
A portal administrator can configure to highlight the droppable area whenever a user tries to drop a file inside a droppable component, record, or accordion. The area is highlighted with a dashed border around the component, record, or accordion.
Add the following configurations to highlight the droppable area:
Code JSON
Copy
"droppableComponent": {
"uploadActionName": "upload",
"type": "FILE",
"highlightDroppableArea": true
}