Ran
Results
1
issues of
Ran
## References https://github.com/jupyterlab/jupyterlab/issues/15343 ## Code changes packages/completer/src/ghost.ts ```typescript const ERROR_INDICATOR_CLASS = 'jp-GhostText-errorIndicator'; export interface IGhostText { /** * An error occurred in the request. */ isError?: boolean; } class GhostTextWidget{...
enhancement
pkg:completer
tag:CSS
Design System CSS