angular-schema-form-bootstrap icon indicating copy to clipboard operation
angular-schema-form-bootstrap copied to clipboard

Bootstrap decorator for Angular Schema Form

Results 18 angular-schema-form-bootstrap issues
Sort by recently updated
recently updated
newest added

#### Enhancement HTML5 native time and date pickers I've created a HTML5 version of the time and date input object that could be a nice addition to the list of...

type: enhancement

#### Enhancement As a user/developer, when I use asf-bootstrap alpha 4 with a schema with arrays of objects #### Expected behaviour I expected the form to validate #### Actual behaviour...

When I utilize this new bootstrap library 0.2.0 I get `'ngModel', required by directive 'sfChanged'` when I load up new decorators. For example: `schemaFormDecoratorsProvider.addMapping('bootstrapDecorator', 'array', arrayDecorator);` When I load that...

Can't set input widths using the grid classes per bootstrap documentation when using the horizontal-form class. As form-control class sets width to 100%, this overrides any grid class widths. Bootstrap...

needs: more info
type: bug

#### Enhancement As a user/developer, when I load a form where the model already has some fields filled in I should be able to see that those fields are invalid....

#### Enhancement As a user/developer, when I created a large form I noticed several {{form.title}} after initial angular compile and before data was populated. I should be able to see...

Hi, I have a problem with the onChange event with the new decorator with checkboxes. The event is triggered twice every time the form is loaded and twice when a...

#### Description Fix for issue #33 #### Fixes Related issues #33 #### Checklist - [x] I have read and understand the CONTRIBUTIONS.md file - [x] I have searched for and...

#### Bug Hi everybody I am using angular-schema-form with angular-schema-form-bootstrap, and I am managing my form through the tab array template provided in this package. When using ng-animate in the...

Looking at the code of the array.html, I see that the remove button is supposed to be disabled when the array is = maxItems; however that doesn't seem to work....