react-typeahead
react-typeahead copied to clipboard
Typeahead containing both "value & defaultValue" props
Anyone have any clues as to why or how I can prevent the component from setting both the defaultValue props and value props? It causes the warning message below. (See image).
component-render
<Typeahead
className="search"
options={search}
onOptionSelected={navigateToPage}
customClasses={subClasses}
/>

@AndyNhi Are you sure that problem with Typeahead? Typeahead set only value prop
The same with react-typeahead v1.1.9
Seeing the same problem. Also v1.1.9
Same here
This is fixed in 2.0.0-alpha.5, btw.