Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) Add "checkbox-searchable" render type to supported types #352

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export const configSchema = {
'field-set',
'file',
'group',
'multiCheckbox',
'checkbox',
'checkbox-searchable',
'number',
'problem',
'radio',
Expand All @@ -55,6 +56,7 @@ export const configSchema = {
Coded: [
'select',
'checkbox',
'checkbox-searchable',
'radio',
'content-switcher',
'fixed-value',
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3567,8 +3567,8 @@ __metadata:
linkType: soft

"@openmrs/esm-form-engine-lib@npm:next":
version: 2.1.0-pre.1382
resolution: "@openmrs/esm-form-engine-lib@npm:2.1.0-pre.1382"
version: 2.1.0-pre.1501
resolution: "@openmrs/esm-form-engine-lib@npm:2.1.0-pre.1501"
dependencies:
"@carbon/react": "npm:>1.47.0 <1.50.0"
classnames: "npm:^2.5.1"
Expand All @@ -3586,7 +3586,7 @@ __metadata:
react: 18.x
react-i18next: 11.x
swr: 2.x
checksum: 10/ea696eb023a9a09d0ead5979ed1c5c0c73641175b1c95f83caa357192bd3757942c2f37e3bf9f0c5f2255de241103689e41271668ead82bfa7762701579e84a9
checksum: 10/f558e8cba39f101ccfdca275119749f7e8111d81d098fa8a81e9aba68510f17c44d03c8c641a2f8a19e57be2f085805ab59b018fde4991cf174cf93380bf61ff
languageName: node
linkType: hard

Expand Down