Varun Munjeti
Results
2
comments of
Varun Munjeti
Copied and pasted from #169: This is somewhat of a workaround, but I managed to accomplish this with something like this: ``` jsx constructor(props) { super(props) this.state = { hideDropdown:...
Update: I'm not so sure anymore if those side effects are a result of `setEntryText`. It might have been an issue with my code (oops). However, I'm still curious if...