- Description:
This key defines the input type, which controls how this input appears and behaves.
- Appears in:
└── _inputs └── * └── Number Input └── type- Type:
"number"Required- Examples:
In this example, we have configured the
quantitykey as a Number Input type.Copied to clipboard_inputs: quantity: type: number{ "_inputs": { "quantity": { "type": "number" } } }