Skip to content

Commit

Permalink
DateBox: update Sync 2 DateBoxes section (T1173084)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergepilipchuk authored Jun 23, 2023
1 parent 27d978f commit 4da088e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DateBox UI components are often coupled for selecting a date interval. In this case, you need to synchronize the **DateBoxes** to prevent a user from selecting an interval whose start date is later than the end date. For this, limit one DateBox's range depending on the other's value as shown in the example below.
DateBox UI components are often combined for selecting a date interval. In this case, you need to synchronize the **DateBoxes** to prevent a user from selecting an interval whose start date is later than the end date. For this, limit one DateBox range value depending on the other range value as shown in the example below. Alternatively, you can use the [DateRangeBox](/Documentation/Guide/UI_Components/DateRangeBox/Getting_Started_with_DateRangeBox/) component.

---
##### jQuery
Expand Down

0 comments on commit 4da088e

Please sign in to comment.