We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623b115 commit f0a1ef9Copy full SHA for f0a1ef9
src/components/dropdown/index.js
@@ -484,7 +484,6 @@ export default class Dropdown extends PureComponent {
484
labelExtractor,
485
dropdownOffset,
486
renderAccessory = this.renderAccessory,
487
- disabled,
488
} = this.props;
489
490
let index = this.selectedIndex();
@@ -516,7 +515,7 @@ export default class Dropdown extends PureComponent {
516
515
value={title}
517
editable={false}
518
onChangeText={undefined}
519
- inputContainerStyle={disabled ? { borderBottomWidth: 0 } : {}}
+ inputContainerStyle={{}}
520
renderAccessory={renderAccessory}
521
/>
522
);
0 commit comments