Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/app/fields/
Upload File :
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>