We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
doneEdit
keyup:enter
Hi, At this point
todomvc-cycle/src/components/TodoItem.js
Lines 23 to 27 in 2692a07
keyup
blur
ENTER
localstorage
How can we ignore blur event when keyup:ENTER is fired? This should be done on intent or on model?
keyup:ENTER
intent
model
Sorry, I'm still learning RxJS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
At this point
todomvc-cycle/src/components/TodoItem.js
Lines 23 to 27 in 2692a07
keyup
and
blur
are fired whenENTER
key is pressed. That way the model is written two times tolocalstorage
.How can we ignore
blur
event whenkeyup:ENTER
is fired?This should be done on
intent
or onmodel
?The text was updated successfully, but these errors were encountered: