-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) Revive search functionality in "ui-select-ext" components (#403)
* Fix search functionality in ui-select-ext component * Cleanup * Remove duplicate import statement * Fixup * Git rename file
- Loading branch information
1 parent
5316533
commit 291fe8b
Showing
16 changed files
with
388 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"encounterType": "e22e39fd-7db2-45e7-80f1-60fa0d5a4378", | ||
"name": "Sample UI Select", | ||
"processor": "EncounterFormProcessor", | ||
"referencedForms": [], | ||
"uuid": "f7768d34-8e41-4f6b-a276-12c12e023165", | ||
"version": "1.0", | ||
"pages": [ | ||
{ | ||
"label": "First Page", | ||
"sections": [ | ||
{ | ||
"label": "A Section", | ||
"isExpanded": "true", | ||
"questions": [ | ||
{ | ||
"label": "Transfer Location", | ||
"type": "obs", | ||
"questionOptions": { | ||
"rendering": "ui-select-extended", | ||
"concept": "160540AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", | ||
"datasource": { | ||
"name": "location_datasource", | ||
"config": { | ||
"tag": "test-tag" | ||
} | ||
} | ||
}, | ||
"meta": {}, | ||
"id": "patient_transfer_location" | ||
}, | ||
{ | ||
"label": "Problem", | ||
"type": "obs", | ||
"questionOptions": { | ||
"isSearchable": true, | ||
"rendering": "problem", | ||
"concept": "4b59ac07-cf72-4f46-b8c0-4f62b1779f7e" | ||
}, | ||
"id": "problem" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"description": "Sample UI Select" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,7 @@ | |
color: colors.$red-60; | ||
font-weight: 600; | ||
} | ||
|
||
.loader { | ||
padding: 0.25rem 0.5rem; | ||
} |
Oops, something went wrong.