Select

TwebMetaSelectControl

{ label, help, choices*, metaKey* }
/**
 * @param {string} [label] - Component label.
 * @param {string} [help] - Component description.
 * @param {object} choices - Object containing key-value pairs options.
 * @param {string} metaKey - Registered meta key from register_post_meta().
 */

Last updated

Was this helpful?