Skip to content

Commit

Permalink
Add missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Feb 16, 2024
1 parent cc32cc2 commit 3949b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bonsai.Gui/TextBoxBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace Bonsai.Gui
/// a sequence of notifications whenever the text changes.
/// </summary>
[TypeVisualizer(typeof(TextBoxVisualizer))]
[Description("Interfaces with a text box control and generates a sequence of notifications whenever the text changes.")]
public class TextBoxBuilder : TextControlBuilderBase<string>
{
internal readonly BehaviorSubject<bool> _Multiline = new(true);
Expand Down

0 comments on commit 3949b5a

Please sign in to comment.