@openmrs/esm-form-builder-app 1.0.1-pre.126 → 1.0.1-pre.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
File without changes
|
package/package.json
CHANGED
|
@@ -372,13 +372,8 @@ const AddQuestionModal: React.FC<AddQuestionModalProps> = ({
|
|
|
372
372
|
id="conceptLookup"
|
|
373
373
|
labelText={t("enterConceptName", "Enter concept name")}
|
|
374
374
|
placeholder={t("searchConcept", "Search concept")}
|
|
375
|
-
onClear={() =>
|
|
376
|
-
setSelectedConcept(null);
|
|
377
|
-
}}
|
|
375
|
+
onClear={() => setSelectedConcept(null)}
|
|
378
376
|
onChange={handleConceptChange}
|
|
379
|
-
onInputChange={(event) => {
|
|
380
|
-
setConceptToLookup(event);
|
|
381
|
-
}}
|
|
382
377
|
value={(() => {
|
|
383
378
|
if (conceptToLookup) {
|
|
384
379
|
return conceptToLookup;
|