Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small error in 07-websockets.elm #114

Closed
bxqgit opened this issue May 31, 2017 · 1 comment
Closed

Small error in 07-websockets.elm #114

bxqgit opened this issue May 31, 2017 · 1 comment

Comments

@bxqgit
Copy link

bxqgit commented May 31, 2017

The view function contains the line:

[ input [onInput Input] []

But looks like it should be:

[ input [onInput Input, value model.input] []

So that the input field clears after the Send action.

@process-bot
Copy link

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@bxqgit bxqgit closed this as completed Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants