survey-react-ui 1.9.116 → 1.9.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ export declare class SurveyQuestionCommentItem extends ReactSurveyElement {
9
9
  protected canRender(): boolean;
10
10
  protected onCommentChange(event: any): void;
11
11
  protected onCommentInput(event: any): void;
12
+ protected onCommentCompositionUpdate(event: any): void;
12
13
  protected getComment(): string;
13
14
  protected getId(): string;
14
15
  protected getPlaceholder(): string;
@@ -17,6 +18,7 @@ export declare class SurveyQuestionCommentItem extends ReactSurveyElement {
17
18
  export declare class SurveyQuestionOtherValueItem extends SurveyQuestionCommentItem {
18
19
  protected onCommentChange(event: any): void;
19
20
  protected onCommentInput(event: any): void;
21
+ protected onCommentCompositionUpdate(event: any): void;
20
22
  protected getComment(): string;
21
23
  protected getId(): string;
22
24
  protected getPlaceholder(): string;