Skip to content

Commit

Permalink
Updated component schema to include an optional placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorWebb96 committed Mar 27, 2024
1 parent d245ac5 commit 791bf0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-type-ahead",
"version": "1.2.0",
"version": "1.2.1",
"description": "A component used for filtering selectable items whether that be relationships or general options.",
"license": "MIT",
"svelte": "index.js",
Expand Down
5 changes: 5 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"label": "Label",
"key": "label"
},
{
"type": "text",
"label": "Placeholder",
"key": "placeholder"
},
{
"type": "select",
"label": "Type",
Expand Down

0 comments on commit 791bf0e

Please sign in to comment.