Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Sep 8, 2023
1 parent 655fe8d commit 8d8d553
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export interface IProps {
placeholder?: string;
onFocus?: () => void;
disabled?: boolean;

// Defaults to false.
multiLine?: boolean;
}

Expand Down

0 comments on commit 8d8d553

Please sign in to comment.