Skip to content

Commit 575ecd7

Browse files
committed
update TextField description
1 parent 650bd9c commit 575ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputs/TextField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const ICON_LEFT_PADDING = 6;
4444
const FLOATING_PLACEHOLDER_SCALE = 0.875;
4545

4646
/**
47-
* @description: A wrapper for TextInput component with extra functionality like floating placeholder
47+
* @description: A wrapper for TextInput component with extra functionality like floating placeholder and validations (This is an uncontrolled component)
4848
* @modifiers: Typography
4949
* @extends: TextInput
5050
* @extendslink: https://facebook.github.io/react-native/docs/textinput

0 commit comments

Comments
 (0)