Skip to content

Commit 5d1cbd6

Browse files
committed
Revert "bottom validation message should render only if validation message passed (#3012)"
This reverts commit f83ce96.
1 parent 17c5509 commit 5d1cbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textField/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const TextField = (props: InternalTextFieldProps) => {
198198
{/* </View> */}
199199
</View>
200200
<View row spread>
201-
{others.validationMessage && validationMessagePosition === ValidationMessagePosition.BOTTOM && (
201+
{validationMessagePosition === ValidationMessagePosition.BOTTOM && (
202202
<ValidationMessage
203203
enableErrors={enableErrors}
204204
validate={others.validate}

0 commit comments

Comments
 (0)