DanielFerrariR/cypress-fill-command

Force option required

joeytall opened this issue · 1 comments

Current behavior:

cy.get(selector).fill(text) does not work if selector element is hidden.

Desired behavior:

cy.get(selector).fill(text, {force: true}) to force fill just like cyprss.type(text, {force: true})

Versions

Cypress: 6.5.0
OS: mac
Browser: Chrome

Hi joeytall, thanks for sharing this. I will take a look into this issue soon. If you have time and already have a fix for this please share and I can update the library.