We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have an answerOption with a bunch of codes without display text, e.g.
"answerOption": [ { "valueCoding": { "code": "LA11231-0", "system": "http://loinc.org" } }, { "valueCoding": { "code": "LA24366-9", "system": "http://loinc.org" } }, ...
When using autocomplete, it searches on all the code text which I believe is reasonable, but when I select one the chip itself is empty.
code
Component SDC Library
To Reproduce Load a questionnaire with answerOption items without display values.
display
Expected behavior The code is used to fill the chip text if display is missing, since that's what was shown while doing the autocomplete.
Screenshots
The text was updated successfully, but these errors were encountered:
@santosh-pingle can you take a look at this please?
Sorry, something went wrong.
looking into it.
santosh-pingle
Successfully merging a pull request may close this issue.
Describe the bug
I have an answerOption with a bunch of codes without display text, e.g.
When using autocomplete, it searches on all the
code
text which I believe is reasonable, but when I select one the chip itself is empty.Component
SDC Library
To Reproduce
Load a questionnaire with answerOption items without
display
values.Expected behavior
The
code
is used to fill the chip text ifdisplay
is missing, since that's what was shown while doing the autocomplete.Screenshots
bad-chips.mp4
The text was updated successfully, but these errors were encountered: