Value = {value}|
+
onChangeCounts = {onChangeCounts}|
", () => {
},
]}
value={value}
- onChange={(e) => setValue(e.target.value as string)}
+ onChange={(e) => {
+ setValue(e.target.value as string);
+ setOnChangeCounts(onChangeCounts + 1);
+ }}
searchable={true}
/>
@@ -332,6 +474,7 @@ describe("