TextBox Input #511
Unanswered
thellebuyck
asked this question in
Q&A
Replies: 2 comments
-
@thellebuyck You can use the default control. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Example: <InputText class="form-control" @bind-Value="invoice.CustomerName" Placeholder="Enter Customer Name" /> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I have a Blazor Web App server project setup and been messing with layouts, sidebars and such. Pretty cool added on. But am I missing something here? Is there not a basic TextBox form component that I can use to caputre inputs. I see the Number and Autocomplete and the like but what about free form text?
Beta Was this translation helpful? Give feedback.
All reactions