Skip to content

Time

The time field is used to represent time values in documents. It stores the input as a string value.

Properties

Property Required Purpose
Minimum Value No Defines the minimum time value allowed.
Dynamic Minimum No Sets the minimum value based on a condition or another field's value.
Maximum Value No Defines the maximum time value allowed.
Dynamic Maximum No Sets the maximum value based on a condition or another field's value.
Interval Yes Specifies the number of minutes by which the time value increments or decrements when using the picker. The default value is 15.
Enforce Interval No Only allows inputs that match the defined interval. For example, if the interval is 5, only times rounded to 5-minute intervals will be allowed.
  • Note: When both a static and a dynamic minimum (or maximum) value are defined, the dynamic value will always take priority and override the static value.