2 writes to _text
Microsoft.AspNetCore.Components.AI (2)
Components\MessageInput.cs (2)
101
_text
= e.Value?.ToString() ?? "";
155
_text
= "";
3 references to _text
Microsoft.AspNetCore.Components.AI (3)
Components\MessageInput.cs (3)
95
builder.AddAttribute(14, "value",
_text
);
149
if (_isDisabled || string.IsNullOrWhiteSpace(
_text
))
154
var text =
_text
;