nova-phone-field icon indicating copy to clipboard operation
nova-phone-field copied to clipboard

When trying to set the name of the field different to the label it only takes the label.

Open dmarte opened this issue 4 years ago • 0 comments

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.

dmarte avatar Apr 20 '20 03:04 dmarte