10. Autocomplete
One of the most complicated fields and requires a post_type array field - to suggest options for the user.


'autocom' => array(
'type' => 'autocomplete',
'post_type' => array('post'),
'label' => esc_html__('Post to choose', 'masterstudy-lms-learning-management-system'),
),