furqanZafar / react-selectize

http://furqanzafar.github.io/react-selectize/
Apache License 2.0
703 stars 138 forks source link

Animating the dropdown? #5

Closed chen-ye closed 8 years ago

chen-ye commented 8 years ago

Relatively new to react - would properly animating the dropdown opening and closing require modifying the component itself?

furqanZafar commented 8 years ago

I haven't really given the matter much thought before, but yea i guess it would require modifying the component, since the dropdown element does not exist till you focus or click on the select control.

Will try to implement this in the next update: https://facebook.github.io/react/docs/animation.html

chen-ye commented 8 years ago

Excellent, thank you! I'm a big fan of the behavior in http://jquense.github.io/react-widgets/docs/#/multiselect (though just a suggestion ofc)

furqanZafar commented 8 years ago

added dropdown animation in 0.3.3 (http://furqanzafar.github.io/react-selectize/#/?category=multi&example=animated-dropdown)