Integer in editable GridPro-Column

Hello everyone,

is there a solution to allow only integer input for an editable gridPro column?

Thanks in advance

Patrick

Hi Patrick,
we’re actually working on a new IntegerField component right now. It’s targeted to be released with Vaadin 14.2. Once it’s available, you can use the grid.addEditColumn().custom() API to wire it up with Grid Pro.

Until then, a plain NumberField (with maybe a pattern to allow integers only) might be the best option.