We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c1104 commit 7a84d6cCopy full SHA for 7a84d6c
src/pages/partials/body.handlebars
@@ -13,7 +13,7 @@
13
<form id="search-form" action="" method="get" action="#">
14
<div class="input-group">
15
<input type="text" class="form-control" autofocus="autofocus" id="username" name="username" placeholder="Github username"
16
- required title="Username cannot be empty or contain only spaces">
+ required title="Username cannot be empty or contain only spaces" maxlength="39">
17
<button type="submit" class="input-group-addon btn" name="" onClick="return validateInput();">
18
<i class="fa fa-search"></i>
19
</button>
0 commit comments