@descope/web-components-ui 1.0.327 → 1.0.328

Sign up to get free protection for your applications and to get access to all the features.
@@ -4115,7 +4115,10 @@ const EmailFieldClass = compose(
4115
4115
  }
4116
4116
  vaadin-email-field[label-type="floating"]:not([focused])[disabled] > input:placeholder-shown {
4117
4117
  opacity: 0;
4118
- }
4118
+ }
4119
+ :host ::slotted(input) {
4120
+ display: none !important;
4121
+ }
4119
4122
  `,
4120
4123
  excludeAttrsSync: ['tabindex'],
4121
4124
  componentName: componentName$M,