[ACA-828] Add showTitle input in TaskCloudForm component (#6318)

* [ACA-828] Add showTitle input in TaskCloudForm component

* Fixed comment
This commit is contained in:
siva kumar
2020-11-05 17:57:34 +05:30
committed by GitHub
parent 33caecad2e
commit 0ee08f7ec0
5 changed files with 39 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ Save and Complete buttons get disabled when at least one of the form's inputs ar
| ------------------ | --------- | ------------- | ----------------------------------------------- |
| appName | `string` | "" | App id to fetch corresponding form and values. |
| readOnly | `boolean` | false | Toggle readonly state of the task. |
| showTitle | `boolean` | true | Toggle rendering of the form title. |
| showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` button. |
| showCompleteButton | `boolean` | true | Toggle rendering of the `Complete` button. |
| showRefreshButton | `boolean` | false | Toggle rendering of the `Refresh` button. |