IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

igNumericEditor: minValue setting takes precedence over allowNullValue=true.

mkamiishi opened this issue · comments

Description

minValue setting takes precedence over allowNullValue=true.

Steps to reproduce

Run the attached sample.

Result

Editor value is 5(minValue).

Expected result

Editor value is empty(null).