Open NLW-paulm opened 5 years ago
Hi @NLW-paulm Do you have a link to one of the example sites highlighting this issue?
Ah, thanks @NLW-paulm
The problem is with the format that the Annotation studio is expecting, and likely a bug in the import (and really the annotation studio!).
Current output:
"crowds:uiInputOptions": "https://crowd.library.wales/api/complete?class=FAST\u0026q=%s",
Expected:
"crowds:uiInputOptions": {
"@id": "https://crowd.library.wales/api/complete?class=FAST\u0026q=%s",
"o:label": "autocomplete"
},
You can manually update the capture model to use an ID/label pair to fix the issue @NLW-paulm instead of a plain text.
OK no problem, leave this open as a reminder to me to fix it when we do the next import too, if required.
Gle - Tags
When you type something, no auto-suggestions show. The box expects you to select something, therefore anything you type does not count as input or a selection, so the 'next' button doesnt become active to move onto the next stage.
TAGS: NLW, BUG