From 0ef14fb7ced014b5b729d91782482704180dcf43 Mon Sep 17 00:00:00 2001 From: RomanTsukanov Date: Tue, 15 Jul 2025 12:37:40 +0400 Subject: [PATCH] Add a note about custom widgets being obsolete --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7bb820..cca0c2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -## Widgets +# Custom Widgets for SurveyJS + +> **IMPORTANT**: Using a custom widget is no longer the recommended approach to customizing SurveyJS forms. For current best practices and available options, refer to the following help topic: [Question Customization Options](https://surveyjs.io/form-library/documentation/customize-question-types/question-customization-options). + [![Build.Node.js CI](https://github.com/surveyjs/custom-widgets/actions/workflows/build.node.js.yml/badge.svg)](https://github.com/surveyjs/custom-widgets/actions/workflows/build.node.js.yml) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)