feat!: Add editor to items prop in suggestion plugin (#2082)
* add editor to items prop * docs: update content
This commit is contained in:
@@ -44,7 +44,7 @@ Default: `() => {}'`
|
||||
### items
|
||||
Pass an array of filtered suggestions, can be async.
|
||||
|
||||
Default: `() => {}`
|
||||
Default: `({ editor, query }) => []`
|
||||
|
||||
### render
|
||||
A render function for the autocomplete popup.
|
||||
|
||||
Reference in New Issue
Block a user