@awell-health/ui-library 0.1.144 → 0.1.145
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51581,7 +51581,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
51581
51581
|
if (value !== mapped) {
|
|
51582
51582
|
notifyAnswerChange(mapped);
|
|
51583
51583
|
}
|
|
51584
|
-
}, isMulti: true, options: optionsToSelectItems((_c = question.options) !== null && _c !== void 0 ? _c : []), required: config === null || config === void 0 ? void 0 : config.mandatory, isSearchable: true });
|
|
51584
|
+
}, isMulti: true, options: optionsToSelectItems((_c = question.options) !== null && _c !== void 0 ? _c : []), required: config === null || config === void 0 ? void 0 : config.mandatory, isSearchable: true, menuPosition: "fixed" });
|
|
51585
51585
|
}
|
|
51586
51586
|
return jsxRuntime.exports.jsx(MultipleChoiceQuestion, { label: question.title, options: (_d = question.options) !== null && _d !== void 0 ? _d : [], onChange: function (data) {
|
|
51587
51587
|
onChange(data);
|
|
@@ -51599,7 +51599,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
51599
51599
|
var mapped = selectValueToSingleValue(selected);
|
|
51600
51600
|
onChange(mapped);
|
|
51601
51601
|
notifyAnswerChange(mapped);
|
|
51602
|
-
}, options: optionsToSelectItems((_d = question.options) !== null && _d !== void 0 ? _d : []), required: config === null || config === void 0 ? void 0 : config.mandatory, isSearchable: true });
|
|
51602
|
+
}, options: optionsToSelectItems((_d = question.options) !== null && _d !== void 0 ? _d : []), required: config === null || config === void 0 ? void 0 : config.mandatory, isSearchable: true, menuPosition: "fixed" });
|
|
51603
51603
|
}
|
|
51604
51604
|
return jsxRuntime.exports.jsx(SingleChoiceQuestion, { label: question.title, options: question.options || [], onChange: function (data) {
|
|
51605
51605
|
onChange(data);
|