Skip to content

Commit

Permalink
chore: add documentation on Autocompleteinput
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTriis1 committed Jul 23, 2024
1 parent 98d9d7b commit 2c97107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion react/components/AutocompleteInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ const propTypes = {
* It can be a warning, an error, or a hint about the options.
*/
customMessage: PropTypes.node,

/**
* Max height value for options dropdown.
* `fit-content` is the default value.
*/
maxHeight: PropTypes.number,
}).isRequired,
}
Expand Down

0 comments on commit 2c97107

Please sign in to comment.