Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AutocompleteInput with create does not support nested optionText and fix enableGetChoices examples in doc #8556

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

slax57
Copy link
Contributor

@slax57 slax57 commented Jan 6, 2023

Fixes #8554

@slax57 slax57 added the RFR Ready For Review label Jan 6, 2023
@fzaninotto fzaninotto merged commit 5f7bfc2 into master Jan 6, 2023
@fzaninotto fzaninotto deleted the fix-enableGetChoices-examples branch January 6, 2023 13:17
@fzaninotto fzaninotto added this to the 4.7.0 milestone Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enableGetChoices={({ q }) => q.length >= 2} error: Cannot read properties of undefined (reading 'length')
2 participants