Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit c108327

Browse files
committed
0.3.0.dev2
1 parent 7c22654 commit c108327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"d": typesystem.Choice(
1313
choices=[("abc", "Abc"), ("def", "Def"), ("ghi", "Ghi")]
1414
),
15+
"extra": typesystem.Boolean(default=True, read_only=True),
1516
"password": typesystem.Password(),
1617
}
1718
)

0 commit comments

Comments
 (0)