Form Input validation bug

If you set a value of null to `inputType: ‘number’, the field gets validated which makes no sense for me.

Here is the configuration of the input

type: "input",
name: FormID.FILTER,
inputType: 'number',
required: true,
min: 0,
max: 150,
width: this.formWidgetWidth

and here is the function to update the value:

form.getItem(inputId).setValue(null);

Thank you for your report.
The problem was confirmed. We’ll try to fix it in one of the future updates.
I’ll inform you about any progress on this issue.

Hello Nikolai.

We fixed your reported problem in the latest dhx.Suite update (v8.3.5).
Now the required number input works well with the empty value.
You can check it in the following snippet:
https://snippet.dhtmlx.com/y39mtr2z
Please, download the latest available dhx.Suite build from your client’s area to get this fix.
Thank you for your report.
Best regards.