As the title suggests, is it possible to provide a `disable` props in the options so that we can skip selecting it when we select it. ```diff { value: 'value', label: 'label', + disabel: true } ``` I want to show it when disabled without filtering it out.