Skip to content

Commit

Permalink
Fix a demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Oct 22, 2024
1 parent b774417 commit d888406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-core/src/question_baseselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ export class QuestionSelectBase extends Question {
*
* [View Dropdown Demo](https://surveyjs.io/form-library/examples/dropdown-box-with-custom-items/ (linkStyle))
*
* [View Ranking Demo](https://surveyjs.io/form-library/examples/dropdown-box-with-custom-items/ (linkStyle))
* [View Ranking Demo](https://surveyjs.io/form-library/examples/ranking-with-custom-items/ (linkStyle))
*/
public get itemComponent(): string {
return this.getPropertyValue("itemComponent", this.getDefaultItemComponent());
Expand Down

0 comments on commit d888406

Please sign in to comment.