`BooleanBone`'s `defaultValue` cannot be a `callable`
Closed this issue · 1 comments
sveneberth commented
The validation allows only bool, if you provide a callable
(that returns a boolean) a TypeError
is raised
Closed this issue · 1 comments
The validation allows only bool, if you provide a callable
(that returns a boolean) a TypeError
is raised