@descope/web-components-ui 1.0.316 → 1.0.318

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -3089,6 +3089,9 @@ const TextFieldClass = compose(
3089
3089
  }));
3090
3090
  box-sizing: border-box;
3091
3091
  }
3092
+ :host(:is([readonly], [disabled])) ::slotted(:is(input, textarea):placeholder-shown) {
3093
+ opacity: 1;
3094
+ }
3092
3095
  ${resetInputLabelPosition('vaadin-text-field')}
3093
3096
  ${useHostExternalPadding(TextFieldClass.cssVarList)}
3094
3097
  ${resetInputOverrides('vaadin-text-field', TextFieldClass.cssVarList)}