Closed abgeorge7 closed 4 years ago
I think for backspace it would be confusing - because users could mistype the last letter of their ID or something and then try to delete it, and instead the whole thing would clear. but can definitely do Enter
Deploy preview for kf-ui-fhir-cohort-builder ready!
Built with commit af3c36070efb77d670a3bd60ae342503c40bef76
https://deploy-preview-46--kf-ui-fhir-cohort-builder.netlify.com
Closes #33 The homepage, ontology page, attribute details tables, and reference tables are searchable.
The attribute details table does not autocomplete and requires a click to search - this is because the table is dynamically loading since there are thousands of results. Instead of taking a lot of time to load all these results up front, it loads as the user scrolls. Because of this, autocomplete is not available.