Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Input type number returns value as a String #1

Closed
alvarosabu opened this issue Mar 27, 2020 · 0 comments · Fixed by #2
Closed

Input type number returns value as a String #1

alvarosabu opened this issue Mar 27, 2020 · 0 comments · Fixed by #2
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@alvarosabu
Copy link
Collaborator

Describe the bug
Input of type: 'number' returns strings instead of numeric values.

To Reproduce
Steps to reproduce the behavior:

  1. Create a FormField with type: 'number'
  2. Change the value
  3. Check returning value type, now returns a string

Expected behavior
Values returned should be integers or floats.

Screenshots
Smidae

@alvarosabu alvarosabu added bug Something isn't working good first issue Good for newcomers labels Mar 27, 2020
@alvarosabu alvarosabu self-assigned this Mar 27, 2020
alvarosabu added a commit that referenced this issue Mar 27, 2020
…ring

fix: convert numeric values when updating form values (#1)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant