[Layout] Consistent input behavior
Inputs now handle invalid input consistently for all fields
This commit is contained in:
committed by
Aaron Doubek-Kraft
parent
f992fcebe1
commit
2e6fcec1c3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user