Skip to content

Commit

Permalink
Fixed schema to use type field/stringm allows generates selectable bi…
Browse files Browse the repository at this point in the history
…ndings in budibase based off form schema.
  • Loading branch information
ConorWebb96 committed Jun 14, 2024
1 parent 6407b1c commit 64375b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3",
"version": "1.2.4",
"description": "A component used for filtering selectable items whether that be relationships or general options.",
"license": "MIT",
"svelte": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"required": true
},
{
"type": "field",
"type": "field/string",
"label": "Binded Field",
"key": "field",
"dependsOn": {
Expand Down

0 comments on commit 64375b4

Please sign in to comment.