ember 3.18 version update modifications
This commit is contained in:
@@ -4,7 +4,7 @@ if label
|
||||
else
|
||||
if labelPath
|
||||
label= t labelPath
|
||||
one-way-input value=(get changeset attribute) update=(action 'setAttribute') onblur=(action 'validateProperty' changeset attribute) disabled=disabled onenter='inputEnter'
|
||||
one-way-input value=(get changeset attribute) update=(action 'setAttribute') onblur=(action 'validateProperty' changeset attribute) disabled=disabled onenter=(action 'inputEnter')
|
||||
|
||||
if (get changeset.error attribute)
|
||||
each (get (get changeset.error attribute) 'validation') as |error|
|
||||
|
||||
Reference in New Issue
Block a user