react-select icon indicating copy to clipboard operation
react-select copied to clipboard

`onInputChange` documentation does not reflect behavior

Open 7PH opened this issue 1 year ago • 3 comments

Documentation of the onInputChange return type does not reflect its actual return type, and what can be done with it

In the doc, return type is void image

But while implementing my use-case, I found out that this is actually possible using the return type of this same method, for example here. This is also shown in this example in this same repository.

It seems to me that the documentation should be aligned with the real return value of this method, which is string | undefined AFAIK

WDYT? If you agree with this, I am eager to create a PR for it.

7PH avatar Jun 15 '23 13:06 7PH