-
Notifications
You must be signed in to change notification settings - Fork 229
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
Documentation about defaultValue
and allowCustomValues
#73
Comments
I think defaultValue serves to have the tokenizer check and display values On Fri, May 8, 2015 at 3:40 PM, Francisco Guijarro <[email protected]
|
With string literals it works:
but with bindings it does not
|
Is this.state.someVar set to a string? That should be working. Are you getting an error message? |
@fmoo no error message, just nothing is displayed on the input inside the typeahead Originally This does not work either:
|
This is really strange. Were you using the latest version of react everywhere in your project? |
Hi, I use React 0.14.0-alpha3 and I have the same exact problem. |
The same here with React 0.13.3. |
having this same issue:
EDIT: @fmoo, figured out the issue. the issue is being addressed here: #133 |
Hi!
What is the function of these? Are included in the latest release?
I've tested
defaultValue
and it is not working on 1.0.4.Any quick ideas about them?
Thanks!
Fran
The text was updated successfully, but these errors were encountered: