DEV Community

taler-hash
taler-hash

Posted on

isClearable props in react-select is still clearable

isClearable ={roles?.some((v) => !v.isFixed)}

this is my code im wondering why it is still clearable eventhough some of the data isFixed is true

Oldest comments (0)