Issue with Grid Layout properties panel

What are you trying to do?

Insert a Grid, set its layout to “Filled” (instead of “Fixed”), and adjust the relevant properties for a filled layout (e.g. minmax column width) to handle column wrapping behaviour.

When selecting “Filled”, the toggle doesn’t change to filled, nor do the properties to adjust the relevant settings for an auto-fill / auto-fit grid display in the layout panel. It does however appear that when “filled” is clicked, the layout is being applied as the component in the canvas changes, just not able to adjust the settings.

I have a project where I have set this behaviour/settings before - they also no longer display the currently configured settings.

I can apply desired settings with custom CSS embed, something like the below, however that’s a current workaround only.

.grid-container–fit {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

I have recorded a short video showing the issue:

HI, a fix has been released, could you try again?