Skip to content

Commit

Permalink
adding label object to input yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlandbacon committed Dec 18, 2018
1 parent 05d2b83 commit 8c0bd85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/input/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c0bd85

Please sign in to comment.