-
Notifications
You must be signed in to change notification settings - Fork 73
How to use HtmlInputElement (focus, select) ? #205
Comments
It looks like the type of And it's another bug from #182 : The type annotation on cc @yawaramin |
Hello, any progress of this one? We've run into the same issue trying to access input's value in tests. |
Downgrade your version? It has been nearly a month and the maintainer hasn't responded 🤷♂️ |
With 0.18, 0.17, 0.16 i have the same problem. With 0.15.9 works - but no with bs-platform 8.3.1. With bs-platform 8 and bs-webapi 0.15.9 i have an error:
I made workaround to have working with bs-platform 8 and newest bs-webapi, i just created my own functions using
But of course it would be much better to fix this library. |
Oh right, because the library had to be updated to work with some ReScript incompatibilities and this bug was introduced around the same time. You could use
and then |
I want to do simple thing. Just focus and select input field after click button. I have code like this:
Compiler return a bug:
What is wrong in this code ? This code was working with bs-webapi 0.15.9, with newest: 0.19.1 i have an error above. Maybe there is a bug in library ?
I use bs-platform: 7.3.2
The text was updated successfully, but these errors were encountered: