Closed mununki closed 2 years ago
Which version are you using? The type of HtmlInputElement.ofElement
has been wrong for a while, but a recent release should have fixed that up.
Oh! my bad. This came from one of my projects which is still using bs-webapi
. I've checked the current rescript-webapi
resolves this. 👍
Hi,
I have to getElementById of the input element and need to set the value of it. But I can't find the converter function from Dom.Element -> Dom.HtmlInputElement.