radio buttons in mike's new notebook are broken in safari

Work in the direction of https://beta.observablehq.com/@mbostock/form-input is a great idea. Thanks @mbostock!

The radio button value doesn’t seem to work properly in Safari though.

Changing the selected radio button doesn’t seem to fire an input event. It’s not clear to me what events it does fire / what the best practice is for alternative detection of radio events.

1 Like

Thanks for the report! I’ve added a fix for Safari. Apparently Safari doesn’t yet implement input events on radio inputs.

1 Like