Skip to content

Commit

Permalink
adds support for dialog text and textarea hints
Browse files Browse the repository at this point in the history
  • Loading branch information
samolds authored and james-lawrence committed May 8, 2019
1 parent a43fa0a commit 17a0fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialog.go
Expand Up @@ -25,6 +25,7 @@ type DialogInput struct {
Name string `json:"name"`
Placeholder string `json:"placeholder"`
Optional bool `json:"optional"`
Hint string `json:"hint"`
}

// DialogTrigger ...
Expand Down

0 comments on commit 17a0fae

Please sign in to comment.