use Label component in Module Creator templates
This commit is contained in:
		| @ -10,10 +10,10 @@ | ||||
| <table class="table table-borderless"> | ||||
|     <tr> | ||||
|         <td> | ||||
|             <label class="control-label">Name: </label> | ||||
|             <Label For="name" HelpText="Enter a name">Name: </Label> | ||||
|         </td> | ||||
|         <td> | ||||
|             <input id="_name" class="form-control" @bind="@_name" /> | ||||
|             <input id="name" class="form-control" @bind="@_name" /> | ||||
|         </td> | ||||
|     </tr> | ||||
| </table> | ||||
|  | ||||
| @ -5,10 +5,10 @@ | ||||
| <table class="table table-borderless"> | ||||
|     <tr> | ||||
|         <td> | ||||
|             <label for="Setting" class="control-label">Setting: </label> | ||||
|             <Label For="value" HelpText="Enter a value">Name: </Label> | ||||
|         </td> | ||||
|         <td> | ||||
|             <input type="text" class="form-control" @bind="_value" /> | ||||
|             <input id="value" type="text" class="form-control" @bind="@_value" /> | ||||
|         </td> | ||||
|     </tr> | ||||
| </table> | ||||
|  | ||||
| @ -10,10 +10,10 @@ | ||||
| <table class="table table-borderless"> | ||||
|     <tr> | ||||
|         <td> | ||||
|             <label class="control-label">Name: </label> | ||||
|             <Label For="name" HelpText="Enter a name">Name: </Label> | ||||
|         </td> | ||||
|         <td> | ||||
|             <input id="_name" class="form-control" @bind="@_name" /> | ||||
|             <input id="name" class="form-control" @bind="@_name" /> | ||||
|         </td> | ||||
|     </tr> | ||||
| </table> | ||||
|  | ||||
| @ -5,10 +5,10 @@ | ||||
| <table class="table table-borderless"> | ||||
|     <tr> | ||||
|         <td> | ||||
|             <label for="Setting" class="control-label">Setting: </label> | ||||
|             <Label For="value" HelpText="Enter a value">Name: </Label> | ||||
|         </td> | ||||
|         <td> | ||||
|             <input type="text" class="form-control" @bind="_value" /> | ||||
|             <input id="value" type="text" class="form-control" @bind="@_value" /> | ||||
|         </td> | ||||
|     </tr> | ||||
| </table> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker