nova-phone-field
nova-phone-field copied to clipboard
When trying to set the name of the field different to the label it only takes the label.
Hi, when I try to set a different field name is not working. It takes the label as the field name that should be send to the server.
PhoneNumber::make(__('Phone'), 'content')
The example above send a field with the name phone
instead of content
.