From b2e7a1fac1613f63e879b22c577500de0b033fdc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Feb 2022 19:33:35 +0100 Subject: Added radio --- tpl/objects/text-field.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/objects/text-field.pug') diff --git a/tpl/objects/text-field.pug b/tpl/objects/text-field.pug index 9069200..c933b69 100644 --- a/tpl/objects/text-field.pug +++ b/tpl/objects/text-field.pug @@ -9,5 +9,5 @@ mixin text-field } div(class=classes aria-disabled=attributes.disabled && String(attributes.disabled)) - input(class='o-text-field__input')&attributes(attributes) + input(class='o-text-field__native')&attributes(attributes) .o-text-field__bg -- cgit v1.2.3-54-g00ecf