Hi CL, As for a simple input element, the problem is that it does not listen to the enter key, since it only binds the *input* event, which imho is a problem.
This fiddle illustrates how the input in TiddlyWiki doesn't receive any event.and thus doesn't update. https://jsfiddle.net/tobibeer/593zpemu/ Try typing some, and then hit enter only to see that there's no input event firing. I would argue there needs to be a keyup handler as well that only, explicitly listens to the enter key. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a228878e-ec83-4cfb-a22f-1cdcffffd3d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

