ActionItem disabled property cannot be set to a plain boolean.
bryanvb opened this issue · 0 comments
bryanvb commented
In the code referenced:
disabled?: (records?: R[]) => boolean | boolean;
I think the intent was to allow a boolean or a function returning a boolean but instead it only allows a function returning a boolean or boolean.