From 3949b5a4915add90db4795747106e3c8359cc082 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Fri, 16 Feb 2024 00:43:25 +0000 Subject: [PATCH] Add missing description --- src/Bonsai.Gui/TextBoxBuilder.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bonsai.Gui/TextBoxBuilder.cs b/src/Bonsai.Gui/TextBoxBuilder.cs index a0d89d6..89335a1 100644 --- a/src/Bonsai.Gui/TextBoxBuilder.cs +++ b/src/Bonsai.Gui/TextBoxBuilder.cs @@ -9,6 +9,7 @@ namespace Bonsai.Gui /// a sequence of notifications whenever the text changes. /// [TypeVisualizer(typeof(TextBoxVisualizer))] + [Description("Interfaces with a text box control and generates a sequence of notifications whenever the text changes.")] public class TextBoxBuilder : TextControlBuilderBase { internal readonly BehaviorSubject _Multiline = new(true);