We don't want the user to be able to save any state of the bridge to prevent incomplete or potentially faulty edits to occur on Wikidata and to prevent a system error in advance. Therefore we have to disable the save button for some of the states.
the disabled state should be `ButtonWidget (progressive, disabled)` looking like this (button in the top right corner)
{F30199651}
**Acceptance criteria**
[] Save button is disabled when nothing has been changed yet
[] Save button is disabled when state is invalid
[] Save button is disabled when value has been changed but none of the radio buttons have been selected yet (this is NOT true for when only a reference has been added/edited)
**Notes**
* invalid state for string would be the empty string in the input field. Additional cases of invalid states would later be for example date inputs that are not valid dates.