6 Forms and validation—Part 2: Beyond the basics
This chapter covers
- Customizing validation CSS class names
- Building custom input components
- Uploading files
- Designing forms to handle adding and editing
In this chapter, we will build on the work we did in chapter 5 by extending our Trail form with some more advanced features. Right now, our form uses some basic styling for validation. However, we’re using the Bootstrap CSS framework, which contains much fancier validation styling. Wouldn’t it be great if we could take advantage of those classes instead of having to write our own? Well, the good news is we can! And we’re going to learn how in the first section of this chapter.
Blazing Trails shows the rough time it takes for a hiker to walk a ...
Get Blazor in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.