We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22743e0 commit efbd534Copy full SHA for efbd534
src/components/picker/NativePicker.js
@@ -95,7 +95,6 @@ class NativePicker extends BaseComponent {
95
<TextField
96
color={Colors.dark10}
97
{...textInputProps}
98
- enableErrors={false}
99
value={label}
100
expandable
101
renderExpandable={this.renderPickerDialog}
src/components/picker/index.js
@@ -328,7 +328,6 @@ class Picker extends BaseComponent {
328
329
330
{...this.getAccessibilityInfo()}
331
332
333
334
renderExpandable={this.renderExpandableModal}
0 commit comments