onInputChange equivalent #509
Unanswered
LightningManMedia
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@LightningManMedia what's your use case? onChange fires pretty frequently and the component debounces those. Plus all selection, tree filtering etc. is handled internally. If we had a handler like that, then with functional components and react in general, the component would re-render after every keystroke. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if there's a function that could be used to handle when the input is changed by typing and return the text that has been typed before making a selection on the tree. I know that onChange is available but that seems to only apply to the selection made from the dropdown.
I would appreciate any thoughts on this.
Thanks!
Chris
Beta Was this translation helpful? Give feedback.
All reactions