By using a fixed height for the Dropdown module, you get an ugly list when the number of items is small, since the end of the list is empty.
By changing it to height to maxHeight, RN can easily reduce the size if the list is too small.
Revert "Fixed Dropdown height for small lists"
Fix TouchableWithNativeFeedback should be TouchableNativeFeedback
Make example use local component.
Update readme for v0.4.3
Update README.md
bump version 0.4.3
expose keyboardShouldPersistTaps prop on dropdown (ListView)
bump version
Update README
Fix prop to support prehistoric RN version
compatibility with react-native 0.46+
add commonjs export
Fix #84
bump version.
Update README.md
Control scrolling (ListView)
Update README.md
feat: renderButtonText prop.
Moved renderButtonText Function to componentWillRecieveProps
Revert "Possible Fix for renderButtonText Not Working"
fix: renderButtonText not work on select(idx)
chore: optimize code.
bump version and update readme
update example to latest rn
Document signature for renderRow() prop
fix: button display [Object Object] after setState on select.
chore: update readme
chore: bump version
migrate ListView FlatList
clean up code
Change default value of scrollEnabled
remove _renderSeparator function
FInalize FlatList Migration
added back several prop from scrollview
remove renderSeperator
Expose accessible prop on dropdown modal
v0.4.2
v0.4.2
Add
animated
option.Add
showsVerticalScrollIndicator
optionUpdate README
Update demo to RN 0.42.3
add ability to style dropdown text
Fixed Dropdown height for small lists
By using a fixed
height
for the Dropdown module, you get an ugly list when the number of items is small, since the end of the list is empty. By changing it toheight
tomaxHeight
, RN can easily reduce the size if the list is too small.Revert "Fixed Dropdown height for small lists"
Fix TouchableWithNativeFeedback should be TouchableNativeFeedback
Make example use local component.
Update readme for v0.4.3
Update README.md
bump version 0.4.3
expose keyboardShouldPersistTaps prop on dropdown (ListView)
bump version
Update README
Fix prop to support prehistoric RN version
compatibility with react-native 0.46+
add commonjs export
Fix #84
bump version.
Update README.md
Control scrolling (ListView)
Update README.md
feat: renderButtonText prop.
Moved renderButtonText Function to componentWillRecieveProps
Revert "Possible Fix for renderButtonText Not Working"
fix: renderButtonText not work on select(idx)
chore: optimize code.
bump version and update readme
update example to latest rn
Document signature for
renderRow()
propfix: button display [Object Object] after setState on select.
chore: update readme
chore: bump version
migrate ListView FlatList
clean up code
Change default value of scrollEnabled remove _renderSeparator function
added back several prop from scrollview remove renderSeperator