angular-autoFields-bootstrap
angular-autoFields-bootstrap copied to clipboard
Automatically generate fields from a schema object and bind them to an object
hello i want to create a custom select element i have my data like this : "list": [ { "id": "lhEMz6vl", "name": "Qualit\u00e9" }, { "id": "EFJzlnk8", "name": "Hygi\u00e8ne &...
I have this error in Console: Syntax error, unrecognized expression: unsupported pseudo: fields. But the app runs fine. Thanks.  ``
Hi, I´m trying to use https://github.com/leocaseiro/angular-chosen to integrate chosen to my form. In the schema I have added attr: {"required":true, "chosen":""}. The normal behaviour works fine but if the field...
Hi guys! How do I replace a css class for a specific field? I want to change the label color for a checkbox. Thabk you!
I'm planning to use autoFields for my admin-backend and CRUD funktionality. I have objects with subobjects such as Person1, Person2 and Address. I would like to specify this in the...
Bravo!!!! This is the most clever and advanced piece of code i found on the internet for easy form development based on schema metadata. Well done!!! i have an issue...
Thank you for your work, I like this library very much. Angular2 has better performance than ng1. Do you have any plan to implement this library using angular2? Thank you.
how can i use autoFields with translations? i'm using now `pascalprecht.translate`. for now i solve it in json: ``` javascript property: 'password', placeholder : $translate.instant('PASS'), label : '', type :...
I wonder this is possible with autoFields. I hope I make myself clear. THe blue line is the path for input when using TAB next field 
hello i have this error in ie8 is there a solution to make autofield work ? Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727;...