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.9.0-pre.1 **Vuejs** version: 5.4.9 **OS/Browser**: macOS/Chrome ### Description When using `oruga.modal.open(...)`, and the modal is dismissed, `onBeforeUnmount` and `onUnmounted` are not called for...

### Overview of the problem **Oruga** version: [0.9.0-pre.1] **Vuejs** version: [3.5.4] **OS/Browser**: windows/chrome ### Description Performance of Autocomplete is very bad when the data is very large. I have an...

enhancement

### Overview of the problem **Oruga** version: [0.10.5+] **Vuejs** version: [3.5.13] **OS/Browser**: many (Firefox, Chrome, Safari) macOS ### Description When defining an OTable with a bound :data ref adding/removing entries...

While using the `o-autocomplete` inside a modal, I'm using the `teleport` prop to have it's `o-dropdown` teleported to the body, so that the dropdown doesn't mess up with the modal...

wontfix

When I'm changing dropdown scrollable option this warning coming below in image and option not changing, check this. Thanks ![Image](https://github.com/user-attachments/assets/2b3b8599-b389-4a8f-bd38-234f5de23a85)

can't reproduce

### Overview of the problem **Oruga** version: 0.10.5 **Vuejs** version: 3.5.13 **OS/Browser**: macOS / Chrome 136 ### Description The modal doesn't show if opened programmatically with: ```vue ``` and if...

enhancement

### Description A new programmatic interface that can be used to open dialogue modals for various purposes, with features similar to those of https://buefy.org/documentation/dialog. This may need #633 to be...

feature

### Overview of the problem **Oruga** version: @oruga-ui/oruga-next 0.10.4 - Operating System: Linux - Node Version: v20.19.1 - Nuxt Version: 3.17.1 - CLI Version: 3.25.0 - Nitro Version: 2.11.11 -...

bug
help wanted
workaround

With the first release of Vue3, like many other libraries, we created an `@oruga-ui/oruga-next` package to support Vue3 as well as Vue2 with the main `@oruga-ui/oruga` package. However, the separate...

discussion