-
I want to implement a ComboBox where the options get filtered as the user types. Started off using the onPendingValueChanged prop. However, this gets triggered when the user hovers over an option as well. In the documentation for onPendingValueChanged, it says the following
I tried this, but nothing was happening, and on investigating the code I see that this prop is not being used. In the underlying Autofill, a custom function (_onInputChange) is passed, and this prop seems to be ignored. Can someone please course correct if it is an issue with my understanding? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My bad, it is being overriden here |
Beta Was this translation helpful? Give feedback.
My bad, it is being overriden here