Skip to content

Commit

Permalink
feat: Add support for CheckBox, Autocomplete, Slider, and RadioGroup …
Browse files Browse the repository at this point in the history
…fields in BasicEntityField
  • Loading branch information
zackatbrightbeam committed Jul 25, 2024
1 parent 359c6c3 commit 3fbff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/BasicEntityField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const BasicEntityFieldSpecShape = Gubu(Open({
kind: String,
label: Default('', String),
ux: Open({
kind: Exact('Text', 'TextBox', 'Date', 'DateTime', 'Time'),
kind: Exact('Text', 'TextBox', 'Date', 'DateTime', 'Time', 'CheckBox', 'Autocomplete', 'Slider', 'RadioGroup'),
edit: Default(true),
rows: Default(3),
props: Open({}),
Expand Down

0 comments on commit 3fbff1c

Please sign in to comment.