# EnumSelect

Automatically use the options of a Field.

# Example

<template>
  <Field name="name" #default="{ options }">
    <EnumSelect :options="options" />
  </Field>
</template>