| Current Path : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/app/fields/ |
| Current File : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/app/fields/InputSelectDropField.vue |
<template>
<a v-bind="attributes" href class="uk-select" @click.prevent="open" @keydown.down="open">
{{ value }}
</a>
</template>
<script>
import InputDrop from './InputDropField.vue';
export default {
name: 'SelectDrop',
extends: InputDrop,
};
</script>