You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test required bool coercion, multi-bool forms, and widget rendering paths
Four tests that close the gaps identified during expert review:
- Required bool with no default validates as False when unchecked
(documents that the coercion makes bool validation errors impossible)
- Two bool fields in one form, one checked and one unchecked
(confirms the coercion loop handles each field independently)
- Slider widget renders as range input with value attribute
- Rich text widget renders as textarea element
0 commit comments