Hi Tom,
Sorry for the inconvenience.
We do not have a separate Helper for rendering a normal Textbox. However, we have given Themes support to achieve standard Syncfusion like textbox in appearance. In that case, we suggest you to add ‘e-textbox’ class to Textbox Html Helper.
Please use the code snippet provided below
@Html.TextBox("username", null, new { @class = "e-textbox" })
<style>
.e-textbox {
box-sizing: border-box;
}
</style>
|
Please let us know if you have any further queries.
Regards,
Deepa L.