added minimal form requirement
This commit is contained in:
@@ -182,7 +182,7 @@
|
|||||||
<div class="chat_item chat_panel chat_panel_create" id="chat_panel_create">
|
<div class="chat_item chat_panel chat_panel_create" id="chat_panel_create">
|
||||||
<form>
|
<form>
|
||||||
<label for="chat_name"><p>name :</p></label>
|
<label for="chat_name"><p>name :</p></label>
|
||||||
<input id="chat_name">
|
<input id="chat_name" required>
|
||||||
|
|
||||||
<input id="chat_public" type="radio" name="chat_create_type" checked>
|
<input id="chat_public" type="radio" name="chat_create_type" checked>
|
||||||
<label for="chat_public" class="_radio"><p>public</p></label>
|
<label for="chat_public" class="_radio"><p>public</p></label>
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
<div class="__content _is_hidden">
|
<div class="__content _is_hidden">
|
||||||
<label for="chat_pswd"><p>choose a password :</p></label>
|
<label for="chat_pswd"><p>choose a password :</p></label>
|
||||||
<input id="chat_pswd" type="password">
|
<input id="chat_pswd" type="password" placeholder="minimum 8 characters" minlength="8">
|
||||||
<p>confirm password :</p>
|
<p>confirm password :</p>
|
||||||
<input type="password">
|
<input type="password">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user