
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@daflow-ui/ui-combobox
Advanced tools
DaFlow UI Combobox 组件 - 带搜索框的选择器(支持远程搜索与虚拟化)。
pnpm add @daflow-ui/ui-combobox
<script setup lang="ts">
import { ref } from 'vue';
import { DfCombobox } from '@daflow-ui/ui-combobox';
import '@daflow-ui/ui-combobox/style.css';
const value = ref<string | number>('');
const options = [
{ label: '北京', value: 'beijing' },
{ label: '上海', value: 'shanghai' },
];
</script>
<template>
<DfCombobox v-model="value" :options="options" placeholder="搜索城市" />
<!-- 多选 tags 折叠 -->
<DfCombobox
v-model="values"
multiple
:options="options"
collapse-tags-tooltip
:max-collapse-tags="1"
placeholder="选择城市"
/>
</template>
详见 docs/combobox.md
MIT
FAQs
Combobox component for DaFlow UI
We found that @daflow-ui/ui-combobox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.