From c1eb73f08f2979cc7a7fbc50995cd6d760cb3008 Mon Sep 17 00:00:00 2001 From: "Irina V. Kuzmina" Date: Thu, 23 May 2024 17:34:36 +0300 Subject: [PATCH] Update selector template (add hint option) --- src/ui/units/editor/constants/templates/control.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ui/units/editor/constants/templates/control.ts b/src/ui/units/editor/constants/templates/control.ts index 582f3dae5a..9f54be68f0 100644 --- a/src/ui/units/editor/constants/templates/control.ts +++ b/src/ui/units/editor/constants/templates/control.ts @@ -17,6 +17,7 @@ export default { // updateOnChange: true, // updateControlsOnChange: true, // required: true, + hint: 'description', }, { type: 'input', @@ -26,6 +27,7 @@ export default { // updateOnChange: true, // updateControlsOnChange: true, // required: true, + // hint: 'description', }, { type: 'datepicker', @@ -34,6 +36,7 @@ export default { // updateOnChange: true, // updateControlsOnChange: true, // required: true, + // hint: 'description', }, { type: 'range-datepicker', @@ -43,6 +46,7 @@ export default { // updateOnChange: true, // updateControlsOnChange: true, // required: true, + // hint: 'description', }, { type: 'checkbox', @@ -50,6 +54,7 @@ export default { label: 'Verify', // updateOnChange: true, // updateControlsOnChange: true, + // hint: 'description', }, { type: 'button',