We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8a803 commit d320bcaCopy full SHA for d320bca
components/mdc/TextInput/TextField.svelte
@@ -99,7 +99,7 @@ const focus = (node) => autofocus && node.focus()
99
</span>
100
</label>
101
<div class="mdc-text-field-helper-line" style="width: {width};">
102
- <div class="mdc-text-field-helper-text" id="{labelID}-helper-id" aria-hidden="true">
+ <div class="mdc-text-field-helper-text" class:opacity1={required} id="{labelID}-helper-id" aria-hidden="true">
103
{#if required && !value}
104
<span class="required">*Required</span>
105
{/if}
0 commit comments