mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
304 stars 102 forks source link

Multiple Textbox #91

Closed sahinaydin closed 4 years ago

sahinaydin commented 4 years ago

Hello. I need to create textbox group to take value for each month in a year. I created all textboxes in a loop. However I wonder if there exist more efficient way to do that.

Actually I should edit the CSS. Can I change CSS of a group of textboxes? (I would like to create multiple inputs like the bootstrap example Multiple inputs CSS )

sahinaydin commented 4 years ago

I did it using XElement.