P. León
Results
2
issues of
P. León
I used the Option 1 from this guide: https://github.com/bchavez/Bogus/wiki/Creating-Locales To update the Spanish "es" locale data file. The PR has been accepted and merged: https://github.com/faker-js/faker/pull/1320 Could you update the file?...
enhancement
future
dataset-update
I tried this library, but if the code is like this one: ``` //First simple dropdown @Html.DropDownListFor(m=>m.SelectedCountry, Model.Countries, "Please select a Country", new {@class="form-control", @id=$"someId_{someValue}"}) //Dropdown list for SelectedCity property...