Checkbox typings insufficient #1191
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Problem:
The Checkbox typings are only allowing
null
orundefined
for the value and modelValue attribute. So nostring
is allowed.Error:
Reproduce error:
Workaround for now:
Casting the value to
any
before using in templateExpectations:
value und modelValue should accept at least strings and numbers.
The text was updated successfully, but these errors were encountered: