Live Chat Icon For mobile
Live Chat Icon

What built-in input components are available for Blazor forms to receive and update user input?

Platform: Blazor| Category: Forms and validation

The following built-in input components are available to receive and validate user input.

Input component Rendered as in DOM
<InputText> <input>
<InputTextArea> <textarea>
<InputSelect> <select>
<InputNumber> <input type=”number”>
<InputCheckbox> <input type=”checkbox”>
<InputDate> <input type=”date”>

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.