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 17c5509 commit 5d1cbd6Copy full SHA for 5d1cbd6
src/components/textField/index.tsx
@@ -198,7 +198,7 @@ const TextField = (props: InternalTextFieldProps) => {
198
{/* </View> */}
199
</View>
200
<View row spread>
201
- {others.validationMessage && validationMessagePosition === ValidationMessagePosition.BOTTOM && (
+ {validationMessagePosition === ValidationMessagePosition.BOTTOM && (
202
<ValidationMessage
203
enableErrors={enableErrors}
204
validate={others.validate}
0 commit comments