Components
Time

Time

The Time time component handles timestamps value, it accepts time values in hh:mm:ss or hh:mm format (i.e., "22:14:49"), the value returned by this component is always in the format hh:mm:ss.

Example

{
  "component": "time",
  "label": "Time field",
  "name": "my_time",
  "react-rsuite5": {
    "format": "HH:mm:ss"
  }
}
Loading...

Reference

PropertyTypeDescription
componentstring
= "time"
namestringThe name of the field and the key of the JSON
labelstring | i18nLabel of the field
hintstring | i18nHelp text for the field (generally shown below the input box)
placeholderstring | i18nPlaceholder text, visibile when the field is empty
disabledbooleanDisables and greys out the field
readOnlybooleanPut the field in read only mode
hiddenbooleanHides the field from the form
Pick up a framework to show specific properties
React Suite