area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.72k stars 568 forks source link

Inline repeater disable create doesn't remove the add icon #2641

Open Tofandel opened 1 month ago

Tofandel commented 1 month ago

Description

When using InlineRepeater::make()->name('test')->disableCreate() the add button is still present on the block which duplicates the clicked block

image

Additionnally we should allow for a disableMove and hideActions as well