mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
complete proptypes
This commit is contained in:
parent
a765fdf98a
commit
7507d0d7e1
1 changed files with 3 additions and 0 deletions
|
@ -303,6 +303,9 @@ Autocomplete.propTypes = {
|
|||
// method invoked with range and text content when completion is confirmed
|
||||
onConfirm: PropTypes.func.isRequired,
|
||||
|
||||
// method invoked when selected (if any) completion changes
|
||||
onSelectionChange: PropTypes.func,
|
||||
|
||||
// The room in which we're autocompleting
|
||||
room: PropTypes.instanceOf(Room),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue