From 8463056870b062a5a01eb539dde4e887121997a2 Mon Sep 17 00:00:00 2001 From: Sergey Vinogradov Date: Wed, 2 Oct 2024 15:40:41 +0400 Subject: [PATCH] add missing .collapsible-list class --- articles/components/date-time-picker/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/components/date-time-picker/index.adoc b/articles/components/date-time-picker/index.adoc index 6d7529b1d4..d8a1c3066c 100644 --- a/articles/components/date-time-picker/index.adoc +++ b/articles/components/date-time-picker/index.adoc @@ -150,6 +150,7 @@ endif::[] -- +[.collapsible-list] == Validation Date Time Picker provides a validation mechanism based on constraints. Constraints allow you to define criteria that the date must meet to be considered valid. Validation typically occurs when the user initiates a date change, for example by selecting a date from the overlay or through text input followed by kbd:[Enter]. If the date is invalid, the field is visually highlighted in red, and an error message appears underneath the input.