As a wikidata editor, i want to be enabled to enter URLs relevant to the information of an item.
Acceptance Criteria
- the input field for URL is a simple text input
- the error check only occurs once the user attempts to publish - therefore if there is an error, we remain consistent with errors while publishing and display an error message with the error content
- the output on the display side is a link
- should call the keyboard that is for typing urls (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#inputmode) (codex component has a prop for this)
- tests are updated or created as needed
Questions open (or UX debt?) data quality related
From task time: the below two questions are deemed out of scope for the MEX project and will be pursued in a separate ticket.
- can we add the https: to an otherwise good looking url if this is the only thing missing?
- can we have additional checks, like a proper ending (.com, .org, etc)
IDEALLY we could check these things as the user writes and not only when he tries to publish.... (UX debt)

