- onChange is called now when input value is empty string - #12
- Updated for usage with
react-bootstrap
- Removed unused default prop, specified react-bootstrap version limitation
- Added
disabled
prop to support read-only use-cases (#6)
- Added
prop-types
package to support React 16+
defaultValue
prop added instead ofinitialValue
to support standard props for React components.initialValue
is still supported for backward compatibility but removed from documentation and considered to be deprecated- ESC button supported added to close option list
- switched to
airbnb-eslint-config
for ESLint - implemented tests
- deps and devDeps updated