We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e22c64 commit 5339c08Copy full SHA for 5339c08
components/vc-mentions/src/mentionsProps.js
@@ -17,7 +17,6 @@ export const mentionsProps = {
17
split: PropTypes.string,
18
transitionName: PropTypes.string,
19
placement: PropTypes.oneOf(PlaceMent),
20
- rows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
21
character: PropTypes.any,
22
characterRender: PropTypes.func,
23
filterOption: PropTypes.func,
0 commit comments