+
+ {label && (
+
+ {label}
+
+ )}
+ fields.push({ Key: '', Value: '' })}
+ className="circular-button"
+ title={'+'}
+ >
+
+
+
+ {fields.map((name, index) => (
+
+
+
+ {({ input, meta }) => {
+ return
+ }}
+
+
+ {({ input, meta }) => {
+ return
+ }}
+
+
+
fields.remove(index)}
+ className={`circular-button`}
+ title={'-'}
+ >
+
+
+
+ ))}
+
+ )}
+