[Layout] Consistent input behavior

Inputs now handle invalid input consistently for all fields
This commit is contained in:
Doubek-Kraft
2017-06-23 11:42:52 -07:00
committed by Aaron Doubek-Kraft
parent f992fcebe1
commit 2e6fcec1c3
4 changed files with 12 additions and 8 deletions

View File

@@ -148,21 +148,21 @@ define([
{
"items": [
{
"property": "x",
"property": "editX",
"text": "X",
"name": "X",
"cssClass": "l-input-sm",
"control": "textfield"
},
{
"property":"y",
"property":"editY",
"text": "Y",
"name": "Y",
"cssClass": "l-input-sm",
"control": "textfield"
},
{
"property": "x1",
"method": "editX1",
"text": "X1",
"name": "X1",
"cssClass": "l-input-sm",