angular2-json-schema-form icon indicating copy to clipboard operation
angular2-json-schema-form copied to clipboard

Angular 2 JSON Schema Form builder

Results 100 angular2-json-schema-form issues
Sort by recently updated
recently updated
newest added

## Issue type I'm submitting a (check one): [x] Bug report [ ] Feature request [ ] Regression (something that used to work, but stopped working in a newer version)...

## Issue type I'm submitting a (check one): [x] Bug report [ ] Feature request [ ] Regression (something that used to work, but stopped working in a newer version)...

## Issue type I'm submitting a (check one): [ ] Bug report [ ] Feature request [ ] Regression (something that used to work, but stopped working in a newer...

I was using material design framework but received an error _Can't bind to 'fxLayoutWrap' since it isn't a known property of 'flex-layout-root-widget'._ I checked angular/flex-layout on github and found that...

when we have multiple buttons in a single form, want to bind functions for each button, I cannot see there is a way.

enhancement

## Issue type I'm submitting a (check one): [x] Bug report [ ] Feature request [ ] Regression (something that used to work, but stopped working in a newer version)...

I added layout to component: `public layout = [ '*', { type: 'checkbox', title: 'Include scenario?' } ];` Then I want to check value in checkbox with title 'Include scenario?'....

## Issue type I'm submitting a (check one): [ ] Bug report [ ] Feature request [ ] Regression (something that used to work, but stopped working in a newer...

I have two select buttons after choosing the first, the second has the different value, I tried to set the schema option in onChanges but it didn't work, is there...

For example I have next html: ``` ` {{visibleForIntegration.get(integration.key) ? '▼' : '▶'}} {{integration.value.name}} {{visibleForIntegrationScenarioWraper(integration, scenario) ? '▼' : '▶'}} {{scenario.value.name}} ` ``` I wonder is there way mark json-schema...