Material Ui Superselectfield Versions Save

multiselection autocomplete dropdown component for Material-UI

v1.9.0

6 years ago

v1.8.0

6 years ago

v1.6.0

6 years ago

Added onMenuOpen, openImmediately Added errorText, errorTextStyle, underlineErrorStyle Added noMatchFoundStyle Added onAutoCompleteTyping and FloatingLabel (CodeExample3) Added loadingIndicator in CodeExample5 (Async Loading) Added example with multiple action buttons in menu footer (CodeExample3) Added styling example for FloatingLabel and Underline

Removed outdated flexbox polyfills (compatibity starts at IE11)

a few bug fixes due to dependencies updates

Breaking change: Replaced menuCloseButton with footerActionsRenderer

Updated dependencies (React16!)

Known issue: After menu opened, focus should go directly to searchField or first menu item, but it doesnot. User have to hit some key to actually make this happen.

v1.5.3

7 years ago

Added CodeExample5 for Async Loading Fixed componentWillReceiveProps to account for dynamic children Added polyfill for Object.entries for Demos on Safari Updated dependencies (react-router 4) Added infos to README

v1.5.2

7 years ago

Replaced babel-preset-es2015 with babel-preset-env

Added transform-object-entries while building the lib/SuperSelectField.js Added default route to demos

v1.5.0

7 years ago

Added yarn Updated dependencies Updated README and CodeExamples Bug fixes with indexing and autocomplete Partially fixed keyboard focus (check known bugs) Replaced MenuItem with ListItem Selections in multiple mode won't update value prop until the menu is closed New props :

  • menuFooterStyle and menuCloseButton
  • checkedIcon and unCheckedIcon
  • checkPosition
  • hoverColor
  • anchorOrigin

v1.1.0

7 years ago

Added noMatchFound message and disabled properties

v1.0.0

7 years ago

Breaking changes :

  • In multiple mode, value accepts only an empty array or an array of objects, each must provide the required value property.
    In single mode, value can be either null or an object { value: ..., etc... }
  • onSelect renamed to onChange.

New Features:

  • Reworked Demo pages
  • Added support for infinite loading (dependency: react-infinite)
  • Added support for
  • Added more styling props.
  • Added tests.

0.1.4

7 years ago