We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4263b63 + b901619 commit 952d1d7Copy full SHA for 952d1d7
2 files changed
lib/FormFields/renderAddAnother.js
@@ -54,7 +54,7 @@ var renderAddAnother = function (_React$Component) {
54
55
if (!this.init) {
56
fields.push();
57
- fields.remove(0);
+ fields.remove(fields.length);
58
this.init = true;
59
}
60
src/FormFields/renderAddAnother.jsx
@@ -23,7 +23,7 @@ class renderAddAnother extends React.Component {
23
const { fields } = this.props;
24
25
26
27
28
29
0 commit comments