Material theme problems

Hi guys,

I'm using material theme in a new project and I very excited about visual results. However I have problems with CheckboxList vertical orientation because items are showed horizontally ignoring the setting. I have problem with steps control and disabled state too. In case of steps only disable if I use checkbox to set true but if I use code, for example "${ data.Name == '' }" seem to be not evaluated.

Can you check this issues?

Thanks!

Hi @Carlos_Carminati,

I can't seem to reproduce both issues. Here is a screenshot from a page with a vertical CheckBoxList and Steps with disabled state:

but if I use code, for example "${ data.Name == '' }" seem to be not evaluated.

This shouldn't be related to a theme as a theme is only CSS.

Find attached my test application. MaterialNG.zip (4.4 KB)