BigDecimalField (IntegerField) with grouping

I am using Vaadin 14.4.2 and com.vaadin.flow.component.textfield.BigDecimalField for currency values (Germany).

Is there a way to use grouping while typing?

For example:

123.456.789,98 €

I am looking for a method like “field.setGrouping(…)”.

I also need the same for:

com.vaadin.flow.component.textfield.IntegerField

Thank you very much for your help,
Thomas