block-experiments icon indicating copy to clipboard operation
block-experiments copied to clipboard

Layout Grid: inspector setting validation too strict

Open johngodley opened this issue 4 years ago • 0 comments

The settings in the block inspector apply grid validation on each key press, making it difficult on smaller width devices to make any direct changes.

For example, if you try and delete the value in a grid on mobile it won't let you as the empty value causes a grid validation error, so it gets reset.

We should only validate once the user has finished making a change, maybe onBlur instead.

johngodley avatar Feb 04 '21 13:02 johngodley