File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ var TypeaheadTokenizer = React.createClass({
186186 < Typeahead ref = "typeahead"
187187 className = { classList }
188188 placeholder = { this . props . placeholder }
189- disabled = { this . props . disable }
189+ disabled = { this . props . disabled }
190190 inputProps = { this . props . inputProps }
191191 allowCustomValues = { this . props . allowCustomValues }
192192 customClasses = { this . props . customClasses }
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ var Typeahead = React.createClass({
320320 < InputElement ref = "entry" type = "text"
321321 { ...this . props . inputProps }
322322 placeholder = { this . props . placeholder }
323- disabled = { this . props . disable }
323+ disabled = { this . props . disabled }
324324 className = { inputClassList }
325325 value = { this . state . entryValue }
326326 defaultValue = { this . props . defaultValue }
You can’t perform that action at this time.
0 commit comments