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

isNewInput always false #5

Closed
gepd opened this issue May 31, 2021 · 1 comment · Fixed by #6
Closed

isNewInput always false #5

gepd opened this issue May 31, 2021 · 1 comment · Fixed by #6
Labels
bug Something isn't working

Comments

@gepd
Copy link
Contributor

gepd commented May 31, 2021

Seems like there is a bug isNewInput is always false, as I understand, using the creatable option should return true if I select the creatable option but that is not working

@anubra266 anubra266 added the bug Something isn't working label May 31, 2021
@anubra266
Copy link
Owner

As a temporary workaround, do something like const isNewInput = !myOptions.includes(newValue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants