diff --git a/src/components/radios/_macro.njk b/src/components/radios/_macro.njk index af7e8e02d3..23ac4dc3c4 100644 --- a/src/components/radios/_macro.njk +++ b/src/components/radios/_macro.njk @@ -48,10 +48,8 @@ }} {% if radio.other %} {% set otherType = radio.other.otherType | default('input') %} - + {% set otherClass = " ons-radio__other-" + otherType %} + {% if otherType == "input" %} {% from "components/input/_macro.njk" import onsInput %} {{