Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

fix(Input): Use parentNode.removeChild to teardown textarea shadow node in support of older browsers #15

Merged
merged 3 commits into from
Jan 17, 2019

Conversation

kylealwyn
Copy link
Contributor

@kylealwyn kylealwyn commented Jan 15, 2019

Also cleans up autogrow logic

@codecov-io
Copy link

codecov-io commented Jan 15, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   74.21%   74.21%           
=======================================
  Files          13       13           
  Lines         159      159           
  Branches       24       24           
=======================================
  Hits          118      118           
  Misses         30       30           
  Partials       11       11

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 cc3fcc0...f988b46. Read the comment docs.

}
return null;
}

state = {
value: this.props.value || '',
Copy link
Contributor

@erikshestopal erikshestopal Jan 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do your changes in getDerivedStateFromProps make this unnecessary now? @kylealwyn

@kylealwyn kylealwyn merged commit 6169126 into master Jan 17, 2019
@kylealwyn kylealwyn deleted the fix/input-remove branch January 17, 2019 17:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants