Closed jammerware closed 6 years ago
Currently, text fields that should cause an associated button to be clicked when the user presses enter are individually wired up in each component. I think it's possible to encapsulate this in some kind of HOC that wraps the text field.
Current places where this is manually wired:
room-chat.tsx
room-connect-disconnect.tsx
Tracked in new repo here
Currently, text fields that should cause an associated button to be clicked when the user presses enter are individually wired up in each component. I think it's possible to encapsulate this in some kind of HOC that wraps the text field.
Current places where this is manually wired:
room-chat.tsx
room-connect-disconnect.tsx