New to KendoReact? Start a free 30-day trial
TaskEditingResult
TaskEditingResultPremium
Name | Type | Default | Description |
---|---|---|---|
description |
|
The current description value of the task being edited. | |
onDescriptionChange |
|
Handles changes to the task description input field. | |
onPriorityChange |
|
Handles changes to the task priority dropdown selection. | |
onSave |
|
Saves the current task changes and calls the parent save handler. | |
onTitleChange |
|
Handles changes to the task title input field. | |
priority |
|
The current priority value of the task being edited. | |
title |
|
The current title value of the task being edited. |