Byteclaw / forms

📋 Easily built forms in React using Hooks API
https://www.npmjs.com/package/@byteclaw/forms
MIT License
8 stars 0 forks source link

Fix initialValue deletion in ArrayField #11

Closed michalkvasnicak closed 5 years ago

michalkvasnicak commented 5 years ago

When there is an initial value for an array field and I remove it using removeItem method, then when I add new item using addItem method, I don't want to see previous value from that index.