We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e8932a + 7420762 commit b901619Copy full SHA for b901619
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