RadzenSteps ShowStepsButtons not doing anything

I'm using the RadzenSteps component in my code as follows:

<RadzenSteps @ref="_surveySections" @bind-SelectedIndex="@_selectedStep" ShowStepsButtons="false" Change="@(args => OnStepChangeHandle(args))" Class="@_stepsClass">

But eventhough it is set to false the buttons still show.
Am I missing anything?

Kind regards,
Tino