Skip to content

Commit

Permalink
Fix description not showing up for param in the text_field preview
Browse files Browse the repository at this point in the history
Descriptions need to be enclosed in double quotes.
  • Loading branch information
waiting-for-dev authored and elia committed Sep 28, 2023
1 parent 4eae51e commit 827c559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def overview
# @param label text
# @param value text
# @param hint text
# @param errors text (comma separated)
# @param errors text "Separate multiple errors with a comma"
# @param placeholder text
# @param disabled toggle
def playground(size: :m, type: :text, label: "Name", value: nil, hint: nil, errors: "", placeholder: "Placeholder", disabled: false)
Expand Down

0 comments on commit 827c559

Please sign in to comment.