- {editedTasks.map((item, index) => (
-
- {(provided) => (
-
-
- ) => {
- handleTaskEdit(event.target.value, item.key)
- }}
- defaultValue={item.description}
- fullWidth
- sx={{ marginBottom: "0.5rem" }}
- inputProps={{
- 'aria-label': 'Task description',
- maxLength: task_input_limit
- }}
- />
- {
- handleDeleteTask(item.key)
- }}
- >
-
-
-
-
-
-
-
- )}
-
- ))}
- {provided.placeholder}
-
- )}
-