ember 3.18 version update modifications

This commit is contained in:
2020-07-23 10:51:45 -05:00
parent 32d2854110
commit ecaa9d6d0a
15 changed files with 89 additions and 68 deletions
@@ -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|