strapi-plugin-multi-select icon indicating copy to clipboard operation
strapi-plugin-multi-select copied to clipboard

Use proper isDisabled prop for disabled state

Open WDeenik opened this issue 10 months ago • 0 comments

The ReactSelect component is basically a styled wrapper of 'react-select'. That component has a disabled state, but it is using the isDisabled prop, while the multi-select passes a disabled prop.

This means that currently the disabled state does not work; users can still interact with the multi-select when it should be disabled.

WDeenik avatar Apr 05 '24 08:04 WDeenik