MCPcopy
hub / github.com/securingsincity/react-ace / onInput

Method onInput

src/ace.tsx:482–489  ·  view source on GitHub ↗
(event?: any)

Source from the content-addressed store, hash-verified

480 }
481 }
482 public onInput(event?: any) {
483 if (this.props.onInput) {
484 this.props.onInput(event);
485 }
486 if (this.props.placeholder) {
487 this.updatePlaceholder();
488 }
489 }
490 public onFocus(event: any) {
491 if (this.props.onFocus) {
492 this.props.onFocus(event, this.editor);

Callers

nothing calls this directly

Calls 1

updatePlaceholderMethod · 0.95

Tested by

no test coverage detected