funkia / turbine

Purely functional frontend framework for building web applications
MIT License
685 stars 27 forks source link

Add inputValue behavior to textarea #77

Closed vrobinson closed 6 years ago

vrobinson commented 6 years ago

Give the textarea element the same 'behavior' as the input element.

codecov[bot] commented 6 years ago

Codecov Report

Merging #77 into master will decrease coverage by 0.31%. The diff coverage is 33.33%.

Impacted Files Coverage Δ
src/elements.ts 94.69% <33.33%> (-1.71%) :arrow_down:
paldepind commented 6 years ago

Good idea! Very appropriate to have the inputValue behavior on textareas as well.

Thank you for the PR 😄