We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ad981 commit b4e7d60Copy full SHA for b4e7d60
src/ReactSelectize.ls
@@ -467,7 +467,7 @@ module.exports = create-class do
467
class-name: \dropdown
468
key: \dropdown
469
ref: \dropdown
470
- on-height-change: (height) ~> find-DOM-node @refs[\dropdown-transition] .style.height = "#{height}px"
+ on-height-change: (height) ~> find-DOM-node @refs[\dropdown-transition] .style.height = "#{height}px" if @refs[\dropdown-transition]
471
472
# NO RESULT FOUND
473
if @props.options.length == 0
0 commit comments