true, 'clear_on_focus' => true, 'invalid' => true, ); } /** * @since 6.9 * * @param array $args Includes 'field', 'display', and 'values'. * * @return void */ public function show_primary_options( $args ) { $field = $args['field']; include FrmAppHelper::plugin_path() . '/classes/views/frm-fields/back-end/phone/phone-type.php'; FrmFieldsController::show_format_option( $field ); parent::show_primary_options( $args ); } /** * Retrieves the HTML for an 'International' option in a dropdown. * * @since 6.9 * * @return void Outputs the HTML option tag directly. */ protected function print_international_option() { ?>