Framework 7 react ListButton disable not working

Hi, want to implement a button disable, so when i filled all my list input fields which would enable, tried including the disable={true} within and class=“disabled”. could’t figure it out.

it works for me, but not in class, just like a button prop

<Button fill raised disabled={true/false}>
  My Button
</Button>
3 Likes