Bug in Number Input

When you put textinput fields on a form, set input to Number, connect it to a Number Field in your collection AND GIVE IT DEFAULT NUMERIC VALUES, the values are written to collection as TEXT, not as Number if:

  1. default numeric values are accepted by user (so without manual change)

  2. manually input values ARE EQUAL to defaut values

https://editor.wix.com/html/editor/web/renderer/edit/a7e11137-b5fd-4de8-b7f2-e2b95c75090b?metaSiteId=14cbbc1d-ebc0-4cc3-b007-9183558a36ad

and then look at collection Inquiries.

I will do a conversion to numbers on the onBeforeSave, but this should not be necessary.