rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

25 create autoFocus props on TextFIeld #121

Closed hanglequan1991 closed 1 year ago

hanglequan1991 commented 1 year ago

Hi @quockhanh, @veebs Please help me review this PR

quockhanh commented 1 year ago

We dont really need to use Init, we can do the same thing in onMount (ele.focus) However, both solution run into this issue:

Should skip this issue until find better solution