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

fix: convert numeric values when updating form values (#1) #2

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

alvarosabu
Copy link
Collaborator

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind api-change
/kind bug
/kind cleanup
/kind deprecation
/kind design
/kind documentation
/kind failing-test
/kind feature

/kind bug

What this PR does / why we need it:
To reduce need to format values to expected type after form is submitted or changed.

Which issue(s) this PR fixes:

Fixes #1

@alvarosabu alvarosabu self-assigned this Mar 27, 2020
@alvarosabu alvarosabu added the bug Something isn't working label Mar 27, 2020
@alvarosabu alvarosabu added this to the v0.2.0 milestone Mar 27, 2020
@alvarosabu alvarosabu merged commit 4263568 into master Mar 27, 2020
@alvarosabu alvarosabu removed this from the v0.2.0 milestone May 4, 2020
@alvarosabu alvarosabu deleted the bug/input_number_returns_string branch August 17, 2020 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input type number returns value as a String
1 participant