166e862f01
* Make sure data-disabled is available on virtualized options * Add test * Update changelog * calculate `disabled` state once This way we only have to calculate it once and we can re-use that information throughout the component. If the `value` changes of the option, then the component has to re-render anyway which will re-compute the `disabled` state. --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>