From 17b3dca6bb68d48510a746151625af0a6a4e6f4c Mon Sep 17 00:00:00 2001 From: "M.Abed" Date: Mon, 10 Aug 2015 15:01:23 +0300 Subject: [PATCH] Fixed some issues regarding object types in Autoform 5.3 #16 --- ionic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic.html b/ionic.html index 92058c3..49c350c 100644 --- a/ionic.html +++ b/ionic.html @@ -84,7 +84,7 @@ {{/if}} {{#afEachArrayItem name=this.atts.name minCount=this.atts.minCount maxCount=this.atts.maxCount}}
- {{> afQuickField name=this.name label=false options="auto"}} + {{> afQuickField name=this.name label=false options=afOptionsFromSchema}} {{#if afArrayFieldHasMoreThanMinimum name=../atts.name minCount=../atts.minCount maxCount=../atts.maxCount}}