We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44d30a commit e0b70f9Copy full SHA for e0b70f9
src/wtforms/fields/simple.py
@@ -40,7 +40,7 @@ def __init__(self, label=None, validators=None, false_values=None, **kwargs):
40
41
def process_data(self, value):
42
# this will initialize the bool fields with false_values before setting it
43
- self.process_formdata([value])
+ self.process_formdata([value])
44
# self.data = bool(value)
45
46
def process_formdata(self, valuelist):
0 commit comments