vue-formulate
vue-formulate copied to clipboard
Cant addmore item with limit 1
Describe the bug When repeatable limit is set to 1 and the last item removed or have and empty default the addMore button is not showing so we can addMore item
To Reproduce Steps to reproduce the behavior:
- Create repeatable group with limit set to 1
- remove
- Cant addMore item
CodePen:
https://codepen.io/nsetyo/pen/mdWYRxb
Expected behavior Can add more item with limit 1
It might related to this that make totalItems always 1

Interesting — good catch, thanks for the report.