Skip to content

Commit

Permalink
fix(components): select - vertical scroll indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Jan 14, 2020
1 parent 5c78095 commit 231ba89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/ui/select/select.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ class SelectComponent extends React.Component<SelectProps, State> {

return (
<SelectOptionsList
showsVerticalScrollIndicator={false}
{...restProps}
key={0}
style={styles.optionsList}
Expand Down
4 changes: 2 additions & 2 deletions src/components/ui/select/selectOptionsList.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

import React from 'react';
import {
ListRenderItemInfo,
GestureResponderEvent,
ListRenderItemInfo,
} from 'react-native';
import {
List,
ListProps,
} from '../list/list.component';
import {
SelectOption,
SelectOptionType,
SelectOptionElement,
SelectOptionType,
} from './selectOption.component';
import {
SelectGroupOption,
Expand Down

0 comments on commit 231ba89

Please sign in to comment.