outl1ne / nova-simple-repeatable

A Laravel Nova simple repeatable rows field.
MIT License
73 stars 44 forks source link

Meta $maxRows not implemented in front-end #3

Closed mikelgoig closed 3 years ago

mikelgoig commented 3 years ago

Hi!

Is there any way to set the maximum number of rows?

I saw the "maxRows" function, but it is not used by the front-end component.

https://github.com/optimistdigital/nova-simple-repeatable/blob/8499dd4b2b0a9eb518edf623a3e14532d74464ac/src/SimpleRepeatable.php#L39

Thanks!

Tarpsvo commented 3 years ago

Ah yes, I indeed forgot to implement it on the Vue side. :) Fixed it now and released in version 1.1.2. Good luck!