Skip to content

Fix parser.js

Sébastien Demanou requested to merge szepczynski:master into master

Created by: szepczynski

Hi,

I found a bug when i make a form with input[type=number] and read data from backend which has 0 as value. Editing a product form with price field which is free (price = 0) cause validation error (price field is required by backend validation).

Before zrzut ekranu 2017-12-29 o 14 13 49

After zrzut ekranu 2017-12-29 o 14 14 27

Merge request reports

Loading