Skip to content

Commit

Permalink
[#415] Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Jan 31, 2023
1 parent af7ea22 commit d7ac7ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ fun OdsTextField(
* @param leadingIconContentDescription the optional content description for the leading icon
* @param onLeadingIconClick the optional action executed on leading icon click
* @param trailing The trailing composable. Prefer other [OdsTextField] signature with an [OdsTextFieldTrailing] parameter as trailing if the trailing is one of
* the following elements: Text, Icon, Password visibility
* the following elements: Text or Icon
* @param isError indicates if the text field's current value is in error state. If set to
* true, the label, bottom indicator and trailing icon by default will be displayed in error color
* @param errorMessage displayed when the [OdsTextField] is in error
Expand Down

0 comments on commit d7ac7ce

Please sign in to comment.