Unable to clear a combobox value binded to NumberModel

Hello.
There is a combobox that binded to NumberModel:

<ComboBox label="Status" items={statusTypes as SelectItem[]} value={String(request.statusType)} {...field(model.statusType)} clearButtonVisible />

When I select an item and click clear button, the component shows validation error “must be a number”
Is it possible to deselect the value in a correct way?

Yes, I recall there was some weirdness about clearing the form, so I needed to add special handling for ComboBox, IntegerField

And I filed a ticket about it