Skip to content

Commit

Permalink
[ionic] Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Jan 24, 2019
1 parent 4f2d6be commit db68697
Show file tree
Hide file tree
Showing 11 changed files with 713 additions and 661 deletions.
2 changes: 2 additions & 0 deletions packages/angular/src/control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export class JsonFormsControl extends JsonFormsBaseRenderer<ControlElement>
this.enabled ? this.form.enable() : this.form.disable();
this.hidden = !visible;
this.scopedSchema = Resolve.schema(schema, uischema.scope);
this.description =
this.scopedSchema !== undefined ? this.scopedSchema.description : '';
this.id = props.id;
this.form.setValue(data);
this.mapAdditionalProps(props);
Expand Down
1 change: 1 addition & 0 deletions packages/ionic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@ionic-native/status-bar": "4.7.0",
"@jsonforms/angular": "^2.1.1-alpha.2",
"@jsonforms/core": "^2.1.1-alpha.2",
"angular-l10n": "^4.0.0-rc.0",
"ionic-angular": "3.9.2",
"ionic-selectable": "^3.0.3",
"ionicons": "3.0.0",
Expand Down
Loading

0 comments on commit db68697

Please sign in to comment.