Skip to content

Commit

Permalink
feat: filterable report select
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 27, 2020
1 parent 8214c0c commit e39d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ReportHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<el-radio-button label="used">last used</el-radio-button>
</el-radio-group>

<el-select size="mini" class="report-history__select" placeholder="Report URL" v-model="itemsJsonUrl">
<el-select size="mini" class="report-history__select" filterable placeholder="Report URL" v-model="itemsJsonUrl">
<el-option class="report-history__option"
v-for="option in options" :key="option.url"
:value="option.url">
Expand Down

0 comments on commit e39d868

Please sign in to comment.