I know the edit widget can lose focus if it’s editing the same tiddler that it’s in, but that is not the case here.
I’m trying to make a tool for reading a data dictionary and creating a series of quizzes. The user types in the answer and if it matches receives a checkmark. The outer list just reads the data dictionary and does not change when the edit widget changes. Each edit widget has it’s own, independent tiddler to hold the input text. So I can’t see where a feedback refresh loop would be created.
You can see the work in progress here:
https://temp-demo.tiddlyhost.com/#Plurals%20Quiz
Thanks!