Initially hide first group in Vue-Formulate repeatable group
问题 I'm using Vue-Formulate's Repeatable Groups. For my requirements: A group is optional to add If a button is pressed to add a group, then the fields in the group must be validated The form should not initially show the group; it should show the button to add a group For example, the desired initial appearance is in the following screenshot, which I generated after clicking the "remove" / X button in the linked codesandbox: I've mocked this up at codesandbox here: Vue Formulate Group with