We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would be nice. It currently throws errors since I assume it uses the value for the key. Maybe we could allow specification of the key in options?
The text was updated successfully, but these errors were encountered:
There's a valueKey prop for that
valueKey
Sorry, something went wrong.
@super-cache-money I'm going to close this, please reopen if I've misunderstood what you're trying to do.
@super-cache-money is in fact speaking about a non-implemented feature. What should be interesting is to pass Objects into this option's values :
var options = [ { value: someObject, label: 'One' } ];
No branches or pull requests
This would be nice. It currently throws errors since I assume it uses the value for the key. Maybe we could allow specification of the key in options?
The text was updated successfully, but these errors were encountered: