Skip to content

Commit

Permalink
fix(forms): Phone number merged with country code, bugfixes (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
henit authored Oct 18, 2023
1 parent 69ab2d5 commit 5e13b6c
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 477 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import DataValueReadwriteProperties from '../../data-value-readwrite-properties.
| `help` | `object` | _(optional)_ Provide a help button. Object consisting of `title` and `contents` |
| `countryCodeFieldClassName` | `string` | _(optional)_ Class name for the country code component. |
| `numberFieldClassName` | `string` | _(optional)_ Class name for the number component. |
| `countryCodePlaceholder` | `string` | _(optional)_ Placeholder for the country code field. |
| `countryCodeLabel` | `string` | _(optional)_ Label to show above / before the country code field |
| `numberMask` | Various | _(optional)_ See property `mask` of the [InputMasked](/uilib/components/input-masked/properties) component. |
| `width` | `string` or `false` | _(optional)_ `large` for predefined standard width, `stretch` for fill available width. |
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5e13b6c

Please sign in to comment.