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

Coerce empty input value to empty string #3570

Closed
wants to merge 2 commits into from
Closed

Coerce empty input value to empty string #3570

wants to merge 2 commits into from

Conversation

sanderhahn
Copy link
Contributor

Makes input value work with undefined values (the input will not display "undefined" as text).

Fixes #3569

@codecov-io
Copy link

codecov-io commented Sep 14, 2019

Codecov Report

Merging #3570 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3570   +/-   ##
=======================================
  Coverage   50.25%   50.25%           
=======================================
  Files           1        1           
  Lines         197      197           
=======================================
  Hits           99       99           
  Misses         98       98

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14a46a1...6d4b652. Read the comment docs.

@sanderhahn sanderhahn closed this May 17, 2020
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

Successfully merging this pull request may close these issues.

Inconsistent behaviour when setting input binding value to undefined
3 participants