You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ReactSelectize` is a stateless Select component for ReactJS, that provides a platform for the more developer friendly `SimpleSelect` & `MultiSelect` components.
3
+
This is a fork of the now stale and abandoned https://github.com/furqanZafar/react-selectize.
4
+
5
+
I copied over the latest published source code from npm and have abandoned livescript.
6
+
7
+
`ReactSelectize` is a stateless Select component for ReactJS, that provides a platform for the more developer friendly `SimpleSelect` & `MultiSelect` components.
7
8
8
9
Both `SimpleSelect` & `MultiSelect` have been designed to work as drop in replacement for the built-in `React.DOM.Select` component.
9
10
@@ -13,12 +14,12 @@ styles & features inspired by [React Select](http://jedwatson.github.io/react-se
-[Changelog](CHANGELOG.md) (last updated on 29th July 2017)
17
+
-[Changelog](CHANGELOG.md)
17
18
-[API Reference](API.md)
18
19
19
20
20
21
# Motivation
21
-
* existing components do not behave like built-in React.DOM.* components.
22
+
* existing components do not behave like built-in React.DOM.* components.
22
23
* existing components [synchronize props with state](http://facebook.github.io/react/tips/props-in-getInitialState-as-anti-pattern.html) an anti pattern, which makes them prone to bugs & difficult for contributers to push new features without breaking something else.
23
24
* more features.
24
25
@@ -100,7 +101,7 @@ to include the default styles add the following import statement to your stylus
0 commit comments