-
Notifications
You must be signed in to change notification settings - Fork 478
Update History
Rex Rao edited this page Sep 26, 2019
·
6 revisions
- Quick fix for react native 0.60. (Thanks to @ibtesamlatif2997)
- Fix #139
renderButtonText
renders [object Object] if there is a call tosetState
inonSelect
orrenderButtonText
functions
- Introduce
renderButtonText
property to extract button text from object array data.
- React 16 compatibility.
- Fix #84
- Expose
keyboardShouldPersistTaps
prop on dropdown (ListView).
- Add ability to style dropdown text. See
dropdownTextStyle
anddropdownTextHighlightStyle
. Thanks to @evansiroky - Fix
TouchableWithNativeFeedback
should beTouchableNativeFeedback
- Add
animated
option. #44 - Add
showsVerticalScrollIndicator
option - Add landscape orientation support. #45
- New feature:
#10 Support touchable component in
renderRow
. - New feature: #11 Open
renderSeparator
prop API. - New feature: Add
adjustFrame
prop 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-native
v0.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
height
style fordropdownStyle
. - Remove
updatePosition
function.
- Auto update position before show.
- Mark
updatePosition
function 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.