Skip to content

Commit

Permalink
fix missing type for resizable input, since inputProps is empty by de…
Browse files Browse the repository at this point in the history
…fault
  • Loading branch information
Eli Sherer committed Jun 29, 2017
1 parent 25a548f commit 531f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactSelectize.ls
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = create-react-class do

# SEARCH INPUT BOX
ResizableInput do
{disabled: @props.disabled} <<< @props.input-props <<< {
{disabled: @props.disabled, type: \text } <<< @props.input-props <<< {
ref: (element) ->
this-ref.search-element = element
value: @props.search
Expand Down

0 comments on commit 531f424

Please sign in to comment.