react-ace icon indicating copy to clipboard operation
react-ace copied to clipboard

Use Custom Components for Autocomplete Completions?

Open realph opened this issue 4 years ago • 1 comments

Is it possible to specify custom components to use for the autocomplete completions?

image

Currently it just shows the description (Customer entries) and meta (Table). I would like to customise these to contain some some extra fields, such as name...

const sqlTables = [
  { name: 'customers', description: 'Customer entries', meta: 'Table' },
  ...
];

realph avatar Dec 20 '20 02:12 realph

Did you get any solution to this?

sarahshuffle avatar Jul 25 '22 12:07 sarahshuffle