This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

cheaydenchhorn19787
cheaydenchhorn19787

I have an issue with repeater field, when I click on "Add new item" it display twice button "Add new item" does someone known about this problem. For more information please see access to link https://gyazo.com/637b424f2f25035d9f898dd1b60a56bf.

It is my code:

OrdersController::extendFormFields(function($form, $model, $context) { if (!$model instanceof \Jiri\JKShop\Models\Order) return; $form->addTabFields([ 'contact_email' => [ 'label' => 'jiri.jkshop::lang.orders.contact_email', 'tab' => 'jiri.jkshop::lang.orders.contact_email', 'type' => 'repeater', 'form' => [ 'fields' => [ 'product_id' => [ 'label' => 'jiri.jkshop::lang.orders.contact_email', 'type' => 'text', ] ] ] ] ], 'primary' ); }); Thanks you so much for help me. Best regard, Cheayden

Last updated

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.