The gap filler ui does not support typing macrons into gaps.
Users cannot use Māori in strings etc, other languages affected too (if they use chars outside A-Z/a-z).
It looks like they are not included in the allowed characters, on this line:
|
const validChars = /[ !"#$%&'()*+,`\-./0-9:;<=>?@A-Z\[\]\\^_a-z{}|~]/; |