Skip to content

Commit

Permalink
Do not mention Dropdown in the onUpdateChoiceItemCss event description
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Jun 21, 2024
1 parent ffd6b45 commit 4d97e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export class SurveyModel extends SurveyElementCore
public onUpdatePageCssClasses: EventBase<SurveyModel, UpdatePageCssClassesEvent> = this.addEvent<SurveyModel, UpdatePageCssClassesEvent>();

/**
* An event that is raised before rendering a choice item in Radio Button Group, Checkboxes, and Dropdown questions. Use it to override default CSS classes applied to choice items.
* An event that is raised before rendering a choice item in Radio Button Group and Checkboxes questions. Use it to override default CSS classes applied to choice items.
*
* For information on event handler parameters, refer to descriptions within the interface.
*
Expand Down

0 comments on commit 4d97e7e

Please sign in to comment.