react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android

MIT License

Downloads
451.4K
Stars
1.8K
Committers
46
react-native-picker-select - 4.2.1

Published by lfkwtz about 6 years ago

New

  • Added types file (#74)
react-native-picker-select - 4.2.0

Published by lfkwtz about 6 years ago

New

  • Android now supports hideIcon flag (#67)
react-native-picker-select - 4.1.0

Published by lfkwtz about 6 years ago

New

  • Get selected item by key if provided, otherwise get by value (#56)
react-native-picker-select - 4.0.0

Published by lfkwtz over 6 years ago

Breaking Changes

  • Calls onValueChange prop if value prop has changed
react-native-picker-select - 3.1.3

Published by lfkwtz over 6 years ago

Bugfixes

  • Fix placeholder handling (@fkrauthan)
react-native-picker-select - 3.1.2

Published by lfkwtz over 6 years ago

Bugfixes

  • Selected value not updating #33
react-native-picker-select - 3.1.1

Published by lfkwtz over 6 years ago

New

  • Allow color prop on individual picker items (@TimMun)

Bugfixes

  • Allow landscape orientation on iOS
react-native-picker-select - 3.1.0

Published by lfkwtz over 6 years ago

  • Added a doneText prop to modify the text on iOS
  • Added default rightPadding to the iOS TextInput when hideIcon is falsey to prevent the icon from laying on top of text
react-native-picker-select - 3.0.1

Published by lfkwtz over 6 years ago

New

  • Opened up chevron styles to modification via the style prop
  • Opened up animationType to modification via the animationType prop
react-native-picker-select - 3.0.0

Published by lfkwtz over 6 years ago

Breaking Changes

  • Updated for React 16.3 support withgetDerivedStateFromProps
react-native-picker-select - 2.0.2

Published by lfkwtz over 6 years ago

Bugfix

  • Allow done button style props (@forrestgrant)
react-native-picker-select - 2.0.1

Published by lfkwtz over 6 years ago

Breaking Changes

  • placeholder prop now expects an object
  • onSelect has been renamed to onValueChange to match the Picker API

New

  • onUpArrow and onDownArrow available to toggle between inputs on iOS

Other

  • Style tweaks to match closer to the native <select> on iOS
react-native-picker-select - 1.1.0

Published by lfkwtz over 6 years ago

  • items prop can now be updated
  • Placeholder can be suppressed
react-native-picker-select - 1.0.2

Published by lfkwtz over 6 years ago

  • placeholder prop now accepts an object, allowing you to customize both the value and label
react-native-picker-select - 1.0.1

Published by lfkwtz over 6 years ago

  • Added lodash.isEqual dependency for object comparison
react-native-picker-select - 1.0.0

Published by lfkwtz over 6 years ago

  • Initial release