Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input tag does not support type="number" #116

Open
1 task done
amncjf opened this issue Apr 17, 2023 · 0 comments
Open
1 task done

Input tag does not support type="number" #116

amncjf opened this issue Apr 17, 2023 · 0 comments

Comments

@amncjf
Copy link

amncjf commented Apr 17, 2023

Is there an existing issue for this?

  • I have searched the existing issues

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

@amncjf amncjf changed the title [bug] <title> Input tag does not support type="number" Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant