-
Notifications
You must be signed in to change notification settings - Fork 474
Update History
Rex Rao edited this page Sep 26, 2019
·
6 revisions
- Quick fix for react native 0.60. (Thanks to @ibtesamlatif2997)
- Fix #139
renderButtonTextrenders [object Object] if there is a call tosetStateinonSelectorrenderButtonTextfunctions
- Introduce
renderButtonTextproperty to extract button text from object array data.
- React 16 compatibility.
- Fix #84
- Expose
keyboardShouldPersistTapsprop on dropdown (ListView).
- Add ability to style dropdown text. See
dropdownTextStyleanddropdownTextHighlightStyle. Thanks to @evansiroky - Fix
TouchableWithNativeFeedbackshould beTouchableNativeFeedback
- Add
animatedoption. #44 - Add
showsVerticalScrollIndicatoroption - Add landscape orientation support. #45
- New feature:
#10 Support touchable component in
renderRow. - New feature: #11 Open
renderSeparatorprop API. - New feature: Add
adjustFrameprop for user to adjust the frame style of the dropdown in case the component calculate a mistake frame. (refer to #9) (code sample) - Enhancement: Compatible with
react-nativev0.36.0 which has a break change causes the default button with zero size. - Enhancement: #16 Prevent from warnings if array of styles is used instead of stylesheet or object. Thanks to @NikolaBorislavovHristov .
- Fix bug: #9 undefined is not an object (evaluating '_this.updatePosition.bind') in v0.3.1.
- Fix bug: Wrong width of dropdown in very few cases.
- Fix bug: #6 Can not specify
heightstyle fordropdownStyle. - Remove
updatePositionfunction.
- Auto update position before show.
- Mark
updatePositionfunction as depreciated. (May be removed in next version.)
- Add wrapper / container support
Now you can use these component as a wrapper / container. Anything wrapped in it can be the trigger of the dropdown.