Skip to content

Commit

Permalink
set a min. size for an inline editor text input (to avoid the buttons…
Browse files Browse the repository at this point in the history
… wrapping) and changed the default "missing" text for version from N/A to No Version for clarity. fixes #138
  • Loading branch information
EricWittmann committed Jul 17, 2017
1 parent e34955e commit f912ae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
[labelClass]="'api-version'"
[formClass]="'api-title-editor-form'"
[inputClass]="'api-item-editor api-version-editor api-version api-item-version'"
[noValueMessage]="'N/A'" (onChange)="onVersionChange($event)"></inline-text-editor>
[noValueMessage]="'No Version'" (onChange)="onVersionChange($event)"></inline-text-editor>
</div>
<inline-textarea-editor [value]="description()"
[labelClass]="'api-description api-item-description'"
Expand Down

0 comments on commit f912ae8

Please sign in to comment.