frappe / frappe-ui

A set of components and utilities for rapid UI development
https://frappeui.com
MIT License
256 stars 109 forks source link

Bug: Select with prefix #137

Open shariquerik opened 6 months ago

shariquerik commented 6 months ago
image
<FormControl
  type="select"
  :options="options"
  v-model="value"
>
  <template #prefix>
    <IndicatorIcon />
  </template>
</FormControl>