From 8c0bd855079d5617c4a7b24e093129cc67320375 Mon Sep 17 00:00:00 2001 From: Colin Oakley Date: Tue, 18 Dec 2018 12:53:02 +0000 Subject: [PATCH] adding label object to input yaml --- src/components/input/input.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/input/input.yaml b/src/components/input/input.yaml index 799daf0818..9dc6157316 100644 --- a/src/components/input/input.yaml +++ b/src/components/input/input.yaml @@ -15,6 +15,11 @@ params: type: string required: false description: Optional initial value of the input. +- name: label + type: object + required: true + description: Options for the label component. + isComponent: true - name: hint type: object required: false