oruga icon indicating copy to clipboard operation
oruga copied to clipboard

🐛 Oruga is a lightweight library of UI components without any CSS framework dependency

Results 131 oruga issues
Sort by recently updated
recently updated
newest added

### Overview of the problem **Oruga** version: 0.4.8 **Vuejs** version: 2.6.14 **OS/Browser**: WIN11/chrome 96.0.4664.93 ### Description the input's size gets narrower as more tags are added, which is [synced to...

workaround

Rather than emitting `invalid` events on blur, we should be listening for them. Fixes #407 ## Proposed Changes - `FormElementMixin.checkHtml5Validity` checks the `validity` property rather than calling `checkValidity`, so it...

Fixes # Ports Buefy's menu component to oruga and provides a refactored version for Vue 3

### Description The [buefy menu component](https://buefy.org/documentation/menu/ ) is great. I understand it was proposed in merge request #70 year ago, then removed. Do you plan to propose a menu component?...

enhancement

### Overview of the problem **Oruga** version: 0.5.5 **VueJS** version: 3.2.33 (probably affects 2.x as well) **OS/Browser**: (all) ### Description `FormElementMixin` checks for HTML5 constraint validation errors on blur and...

### Description Add an `@active` event for Step Items, which are triggered when an individuals step's `v-model` is true. This would act as an `onMounted()` for Step Items. `` Full...

enhancement
hacktoberfest
low priority

### Description When using the autocomplete component with an array of objects the display and value are tied together to be the same. However this is not always desirable. The...

### Description Please add loading prop to Button component. ### Why Oruga need this feature Is very useful like buefy buttons: https://buefy.org/documentation/button

enhancement

Overview of the problem Oruga version: [0.6.0] Vuejs version: [3.2.47] OS/Browser: Description trim modifier adds ugly `modelmodifiers="[object Object]"` to the final html: ``

question

Fixes #759 ## Proposed Changes - fix upload v-model bind with prop multiple

bug