diff --git a/src/components/slide/content/multiselect-from-endpoint.jsx b/src/components/slide/content/multiselect-from-endpoint.jsx index 1f30dae8..c4fcef82 100644 --- a/src/components/slide/content/multiselect-from-endpoint.jsx +++ b/src/components/slide/content/multiselect-from-endpoint.jsx @@ -15,6 +15,7 @@ import { displayError } from "../../util/list/toast-component/display-toast"; * @param {Function} props.onChange - On change callback. * @param {string} props.optionsEndpoint - Endpoint from which to fetch the options. * @param {boolean} props.singleSelect - Allow only to select one option. + * @param {boolean} props.disableSearch - Disable search. Defaults to true. * @returns {object} - The FeedSelector component. */ function MultiselectFromEndpoint({