hsiaofung / note

0 stars 0 forks source link

2020-5-14 測試: 如何模擬input的輸入 #115

Open hsiaofung opened 4 years ago

hsiaofung commented 4 years ago

component .find("input") .simulate("change", { target: { value: "123456789" } });