Skip to content
Snippets Groups Projects
Commit 8eb22f40 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Wrap the room creation form into a form element

parent fbd9cd5c
Branches
Tags
No related merge requests found
<form>
<div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="10px">
<mat-form-field>
<input matInput #longRoomName class="input-block" type="text" placeholder="Name" maxlength="50"
......@@ -21,3 +22,4 @@
<button mat-raised-button color="primary" (click)="addRoom(longRoomName.value, shortRoomName.value)">Create room
</button>
</div>
</form>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment