-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
upstream issueIssue can't be fixed in dmcIssue can't be fixed in dmc
Description
The size property in DMC MODAL can be 55% - which is essentially a string. However the Type checker shows an warning if a string is provided
As this is the following definition:
size: typing.Optional[typing.Union[typing.Union[int, float, numbers.Number], Literal["xs"], Literal["sm"], Literal["md"], Literal["lg"], Literal["xl"]]] = None,Same goes for the Title Component of Modal - the Title can be a DMC TITLE OR DMC Text - and not has to be a string component
Metadata
Metadata
Assignees
Labels
upstream issueIssue can't be fixed in dmcIssue can't be fixed in dmc