wpmetabox / meta-box

The best plugin for WordPress custom fields and custom meta boxes
https://metabox.io
1.19k stars 423 forks source link

fix: autocomplete and ajax clone.js #1549

Closed tanftw closed 9 months ago

tanftw commented 9 months ago

This commit

   [
      'id' => 'autocomplete',
      'name' => 'Autocomplete',
      'type' => 'autocomplete',
      'options' => [
          'Apple',
          'Orange',
          'Banana',
      ],
      'clone' => true,
  ]