MarkFalconbridge
MarkFalconbridge
@mikila85 We ended up patching the code ourselves as described above.
`getInputProps` doesn't even return a ref unless given one so should it even give an opinion on what that ref should look like?
The problem is that the typescript interface for `React.HTMLProps` that `getInputProps` returns is imposing an opinion on the shape of the return value that forces the consumer to work around...
Yes, that makes sense to me.