This is a component that will allow you to use "placeholder" text for a forms input but not let it disappear once the user starts to type text in.
-
Clone this repository
git clone https://github.com/CodingWithDavid/FormWave cd FormWave
-
Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions
-
Press F5
There are several Blazor concepts that are highlighted in this project.
- Toggle a CSS class based on variable
- Passing parameters to on click methods
- Data binding
- Checking values with in a HTML element On Event