Skip to content

Commit

Permalink
Set maxlength
Browse files Browse the repository at this point in the history
  • Loading branch information
esoergel committed Feb 18, 2025
1 parent 13c7d15 commit b20bf5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/apps/case_search/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(self, domain, *args, **kwargs):
self.fields['name'].widget.attrs = {
'placeholder': "name",
'class': "form-control",
'maxlength': "64",
}
self.fields['csql'].widget.attrs = {
'placeholder': "@status = 'open'",
Expand Down

0 comments on commit b20bf5d

Please sign in to comment.