Skip to content
Snippets Groups Projects
Commit 0b3b5bfd authored by rhenck's avatar rhenck
Browse files

[editor] Remove menu-item from number input

This makes the value unselectable.
parent aa85417e
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,12 @@ import { UIElement } from '../../../../../../../common/interfaces/elements';
<ng-container *ngIf="!section.dynamicPositioning">
<mat-form-field appearance="fill">
<mat-label>{{'section-menu.height' | translate }}</mat-label>
<input matInput mat-menu-item type="number"
<input matInput type="number"
[value]="$any(section.height)"
(click)="$any($event).stopPropagation()"
(change)="updateModel('height', $any($event.target).value)">
</mat-form-field>
<!-- mat-menu-item-->
<!-- (click)="$any($event).stopPropagation()"-->
</ng-container>
<div *ngIf="section.dynamicPositioning">
<fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment