Browse Source

Fixes #813 issue in modal docs with maxLength

pull/881/head
jlukic 10 years ago
parent
commit
e0f223d20c
1 changed files with 1 additions and 1 deletions
  1. 2
      server/documents/modules/form.html.eco

2
server/documents/modules/form.html.eco

@ -416,7 +416,7 @@ type : 'UI Behavior'
</tr>
<tr>
<td>maxLength</td>
<td>value</td>
<td>value, maxLength</td>
<td>Checks whether a field is less than a max length</td>
</tr>
<tr>

Loading…
Cancel
Save