I set a input box for the annotaion task. However, I can only type one character at a time, which seems to be caused by hotkeys. How to solve this problem?
Thanks for the report! You mean that the input field loses focus after typing a character (and updating the task), right? Pretty sure I already fixed this and just building the wheels for the next release
(Btw, testing this brought up another issue that I don't yet have a good solution for: if you're using the keyboard shortcuts and have blocks for choice
and ner_manual
, the shortcuts overlap and you're selecting both the option and the label. I think this should be solvable by allowing to remap the number shortcuts via the blocks.)
Thanks for your quick reply! I will have a try!
Okay, v1.9.3 should be live now
Hi there - I'm experiencing this same issue (text_input element losing focus after one character input) in version 1.17.3
Hi @huangy6,
Unfortunately I'm not reproducing the issue you describe. I tried blocks interface with text
and text_input
. Could you share more details about your recipe & config settings? Thank you.
I have the same arrangement (text
and text_input
in a blocks
), except the blocks
is in a pages
container (the other pages are all choice
elements). I've tried both chrome and firefox as well as taking the text_input
outside of the blocks
.