diff options
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/text-field.pug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/objects/text-field.pug b/tpl/objects/text-field.pug index 0342f01..6de30e9 100644 --- a/tpl/objects/text-field.pug +++ b/tpl/objects/text-field.pug | |||
@@ -12,6 +12,7 @@ mixin text-field | |||
12 | let classes = { | 12 | let classes = { |
13 | 'o-text-field': true, | 13 | 'o-text-field': true, |
14 | 'o-text-field--extended': !!block, | 14 | 'o-text-field--extended': !!block, |
15 | 'o-text-field--pill': attributes.pill, | ||
15 | 'is-invalid': attributes.invalid, | 16 | 'is-invalid': attributes.invalid, |
16 | 'is-disabled': attributes.disabled, | 17 | 'is-disabled': attributes.disabled, |
17 | 'l-media': !!block, | 18 | 'l-media': !!block, |