@descope/web-components-ui 1.0.76 → 1.0.77

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -4251,13 +4251,6 @@ const PhoneField = compose(
4251
4251
  })
4252
4252
  );
4253
4253
 
4254
- /*
4255
- Bugs:
4256
- - default code value, open the dropdown and click outside, the value is gone
4257
- - make invalid by blur, enter a 6 digit number, component is valid but the divider is red
4258
- - missing handling of outline when focused, hiding the divider when focusing the phone
4259
- */
4260
-
4261
4254
  customElements.define(componentName, PhoneField);
4262
4255
 
4263
4256
  const getVarName = (path) => getCssVarName(DESCOPE_PREFIX, ...path);