Automattic / custom-metadata

A WordPress plugin that provides an easy way to add custom fields to your object types (post, pages, custom post types, users)
https://wordpress.org/plugins/custom-metadata/
193 stars 46 forks source link

Cloning a field clones field contents as well #103

Open greatislander opened 10 years ago

greatislander commented 10 years ago

When clicking + Add New to add a field when 'multiple' => true, the cloned field's contents are copied into the new field:

screen shot 2014-02-18 at 8 58 44 pm

The expected behaviour (in my mind) would be that a new blank field would be created like so:

screen shot 2014-02-18 at 8 57 59 pm