Skip to content

Convert

convert

Description

A metric / imperial entry control that supports various units.

Attributes

  • unit: mass | length
  • singleEntry: true | false; applies to length, if true then only inches if false feet and inches.

Example

{
  "type": "string",
  "$capture": {
    "as": "convert",
    "unit": "mass"
  },
  "$display": {},
  "title": "convert metric"
}