Open hsiaofung opened 4 years ago
component .find("input") .simulate("change", { target: { value: "123456789" } });
component .find("input") .simulate("change", { target: { value: "123456789" } });