nova-phone-number
nova-phone-number copied to clipboard
A Laravel Nova field to format and validate phone numbers.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Just wondering - would it not be better to not change that format? If a database is configured a certain way with certain lengths this can pose a problem. Currently...
* `laravel-nova` will be served via external `window.LaravelNova` and no longer requires asset rebuild whenever `mixins` contains any changes. * `nova-kit/nova-packages-tool` will bump new version after Nova made any minor/patch...
Good morning, When I apply useMaskPlaceholder as false, the mask continues to apply, my code: ```php PhoneNumber::make('Teléfono del SAC', 'sac_phone') ->country('ES') ->useMaskPlaceholder(false) ->linkOnIndex() ->linkOnDetail() ->sortable() ->required(), ``` The mask showed:...
Good morning, If set **ES** as country this show mask (934) 581-803 and the correct thing would be (+34) 934581803. My code is: ```php PhoneNumber::make('Teléfono del SAC', 'sac_phone') ->country('ES') ->linkOnIndex()...
Bumps [ws](https://github.com/websockets/ws) from 8.6.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
#68 Replace FormField with DependentFormField and field with currentField in Vue Component
Hey, What about dependsOn, as in other default fields? I need something like [this](https://nova.laravel.com/docs/resources/fields.html#toggling-field-visibility-using-dependson), but I'm not sure how I'm supposed to do this with your field and with no...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.0. Commits b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit...