question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Creatable Async Multi Select

See original GitHub issue

Does the isMulti prop not work with the Creatable Async component or am I doing something wrong?

when my api call brings back [] i get a single blank option inside of the menu meaning it will not allow me to create an option

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
sarathantonycommented, Feb 11, 2019

@JedWatson : i also have this issue. { AsyncCreatable } wouldn’t work form me either(maybe i’m using it wrong (i’m new to this)). can you please guide us.

0reactions
bladeycommented, May 28, 2020

Hello -

In an effort to sustain the react-select project going forward, we’re closing old issues.

We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our efforts towards the current major version.

If you aren’t using the latest version of react-select please consider upgrading to see if it resolves any issues you’re having.

However, if you feel this issue is still relevant and you’d like us to review it - please leave a comment and we’ll do our best to get back to you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creatable - React Select
A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.
Read more >
React-select Async Multi-select : How to set default selected ...
Like this: <AsyncSelect isMulti cacheOptions loadOptions={promiseOptions} value={yourArray.map((item) => { return { value: item.value, ...
Read more >
Example - Popup multi select - Select - Atlaskit by Atlassian
Single selectMulti selectRadio selectCheckbox selectCountry selectValidationAsync select with callbackAsync select with promisesWith is searchable ...
Read more >
How to use the react-select.Creatable function in react ... - Snyk
To help you get started, we've selected a few react-select. ... const MultiSelect = ({ id, name, async, onChange, creatable, className = '',...
Read more >
Async Data Fetching with React-Select - OpenReplay Blog
With it, we will demonstrate different select options such as singe, multi-search, and creatable search in which users can create ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found