Skip to content

Commit efbd534

Browse files
M-i-k-e-lethanshar
authored andcommitted
Picker - allow error state (#560)
* Picker - allow error state * Enable errors in NativePicker * Revert TextField change
1 parent 22743e0 commit efbd534

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/picker/NativePicker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ class NativePicker extends BaseComponent {
9595
<TextField
9696
color={Colors.dark10}
9797
{...textInputProps}
98-
enableErrors={false}
9998
value={label}
10099
expandable
101100
renderExpandable={this.renderPickerDialog}

src/components/picker/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ class Picker extends BaseComponent {
328328
color={Colors.dark10}
329329
{...textInputProps}
330330
{...this.getAccessibilityInfo()}
331-
enableErrors={false}
332331
value={label}
333332
expandable
334333
renderExpandable={this.renderExpandableModal}

0 commit comments

Comments
 (0)