onNothingFound callback prop for Autocomplete #1143
bezvrednyy
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
You provide data, value and onChange handler, you can determine if nothing found based on data and value props. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when no item is found in the list, I want to draw a button in the right section to add it.
I don't want to do this with nothing Found prop. This is not suitable for my design right now.
Beta Was this translation helpful? Give feedback.
All reactions