Y
Hacker News
new
|
ask
|
show
|
jobs
by
logankeenan
1252 days ago
Yea, that’s been my biggest problem. The target is now different, so I can’t call event.target.value
1 comments
esprehn
1252 days ago
Right, if you want `value` to be part of the public interface of your component you need to add a value property to expose it.
link