Open amncjf opened 1 year ago
0.6.35
Input tag does not support type="number",
In the file components\src\components\molecules\Input\Input.tsx Add: type WithTypeNumber = { type?: 'number' }
modifiy -type Props = BaseProps & (WithTypeEmail | WithTypeText | WithTypeDateTimeLocal) +type Props = BaseProps & (WithTypeNumber | WithTypeEmail | WithTypeText | WithTypeDateTimeLocal) That's it
No response
Is there an existing issue for this?
Package Version
0.6.35
Current Behavior
Input tag does not support type="number",
In the file components\src\components\molecules\Input\Input.tsx Add: type WithTypeNumber = { type?: 'number' }
modifiy -type Props = BaseProps & (WithTypeEmail | WithTypeText | WithTypeDateTimeLocal) +type Props = BaseProps & (WithTypeNumber | WithTypeEmail | WithTypeText | WithTypeDateTimeLocal) That's it
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response