Steps to Reproduce:
dependent on environment: e.g. Win 7, IE11
Actual Results:
GIVEN a healthy data bridge editing window WHEN having changed the statement value (string input) & picked the edit decision (radio button) THEN the "Publish changes" button remains disabled
Expected Results:
GIVEN a healthy data bridge editing window WHEN having changed the statement value (string input) & picked the edit decision (radio button) THEN the "Publish changes" button becomes enabled (blue)
Info
- this is probably caused by the component library's RadioInput component relying on the native input event which is not available in IE. change yields better results, so does click.
- vuetify for example seems(?) to use click - but it is a bit hard to read
- repro help