inspiredminds / contao-fieldset-duplication

Contao extension to allow the duplication of form fieldsets in the front end by the user for additional input fields.
GNU Lesser General Public License v3.0
13 stars 6 forks source link

Make the maximum allowed rows configurable #9

Closed cliffparnitzky closed 3 years ago

cliffparnitzky commented 3 years ago

Define the max. allowed rows per fieldset. Fire an event, if the max amount is reached.

cliffparnitzky commented 3 years ago

I'm thinking about implementing the fieldset-clone-rejected event and add an event to the row deletion ... to enable and disable the add and remove button when the max row count is reached.

@fritzmg What do you think about that?

cliffparnitzky commented 3 years ago

I've added the disabling of the add button directly.

fritzmg commented 3 years ago

lgtm

However, due to merging your other PR there are now conflicting files, which you need to rebase/fix.

cliffparnitzky commented 3 years ago

I've taken over the changes from the other PR.

fritzmg commented 3 years ago

Thank you @cliffparnitzky