|
|
|
@ -107,7 +107,7 @@ |
|
|
|
<abp-input asp-for="@Model.PersonInput.IsActive" /> |
|
|
|
<abp-input asp-for="@Model.PersonInput.Day" /> |
|
|
|
<abp-select asp-for="@Model.PersonInput.City" /> |
|
|
|
<abp-select asp-for="@Model.PersonInput.Country" /> |
|
|
|
<abp-radio asp-for="@Model.PersonInput.Country" /> |
|
|
|
<abp-input asp-for="@Model.PersonInput.Phone.Number" /> |
|
|
|
<abp-input asp-for="@Model.PersonInput.Phone.Name" /> |
|
|
|
<abp-button type="submit" button-type="Primary" text="Submit" /> |
|
|
|
|