You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symptom e/fill does not work on {:tag :input}. It focuses it, you can see it as the first two numbers are blue but it does not enter anything. Does not work for e/fill-human as well.
Reproduction
I am uploading an html for you to try this: (e/fill driver {:tag :input :name "cultivation-period"} "10222008") (e/fill driver {:tag :input :name "cultivation-period"} "10/22/2008")
Actual behavior
date-input is not filled out
Expected behavior
date-input is filled out
Testfile renamed to txt because htm is not allowed: yobst.htm.txt
Thanks so much for your work and any help is highly appreciated.