Christian H.
06/19/2023, 2:12 PMorg.w3c.dom.HTMLInputElement
instead of web.html.HTMLElement
and web.html.HTMLInputElement
.
Thanks in advance!turansky
06/19/2023, 5:57 PMSergei Grishchenko
06/20/2023, 10:46 AMForwardRef
that has only one props parameter in callback, if it has 2 params (props
& forwardedRef
) it means you use previous version of wrappers, in that case use second param forwardedRef
instead of props.ref
in your FancyInput
. We changed this API because we wanted to get rid of two params in ForwardRef
callback.Christian H.
06/21/2023, 7:48 AM