@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -177,10 +177,3 @@ const PhoneField = compose(
177
177
  );
178
178
 
179
179
  export default PhoneField;
180
-
181
- /*
182
- Bugs:
183
- - default code value, open the dropdown and click outside, the value is gone
184
- - make invalid by blur, enter a 6 digit number, component is valid but the divider is red
185
- - missing handling of outline when focused, hiding the divider when focusing the phone
186
- */