LeoEatle / react-composition-input

The input component optimized for languages like Chinese, Japanese etc.
MIT License
83 stars 11 forks source link

feat: support value props #2

Closed luyilin closed 5 years ago

luyilin commented 5 years ago

I find you using inner state to manage the value of input and value props does not work. But value props can still work when use state to manage value. And there are many cases need to use value props like reset a value, etc. So I add the value props. It's a nice component, I'd like to write a similar component for vue. 😄