gr-account-list - fix non-existing properties

gr-account-entry doesn't have 'change' property. The property must not
be assigned.

Change-Id: Ide825b474d3a8b54c37e10bb7d800d7b7de254f5
This commit is contained in:
Dmitrii Filippov
2019-11-12 15:18:45 +01:00
parent e496834e66
commit f406fe5dc5

View File

@@ -66,7 +66,6 @@ limitations under the License.
borderless
hidden$="[[_computeEntryHidden(maxCount, accounts.*, readonly)]]"
id="entry"
change="[[change]]"
placeholder="[[placeholder]]"
on-add="_handleAdd"
on-input-keydown="_handleInputKeydown"