Skip to content

Commit

Permalink
Merge pull request #1099 from htmlandbacon/feature/add-label
Browse files Browse the repository at this point in the history
adding label object to input yaml
  • Loading branch information
36degrees authored Dec 18, 2018
2 parents 05d2b83 + 8c0bd85 commit fe36aa3
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 fe36aa3

Please sign in to comment.