Skip to content

Commit 2c97107

Browse files
committed
chore: add documentation on Autocompleteinput
1 parent 98d9d7b commit 2c97107

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

react/components/AutocompleteInput/index.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ const propTypes = {
9393
* It can be a warning, an error, or a hint about the options.
9494
*/
9595
customMessage: PropTypes.node,
96-
96+
/**
97+
* Max height value for options dropdown.
98+
* `fit-content` is the default value.
99+
*/
97100
maxHeight: PropTypes.number,
98101
}).isRequired,
99102
}

0 commit comments

Comments
 (0)