Mrinmoy

Results 8 issues of Mrinmoy

Highlighting some of RapiDoc's features as these may be helpful for making a decision if **RapiDoc** is the right tool _I have included links of some examples below, sources of...

### Steps to reproduce 1. Set up vue-router with few navigations 2. Create a Menu few menu-items (provide router paths in ```to``` prop) 3. Select an menu-item by clicking, which...

bug

### Steps to reproduce ### Which browser? All ### What is expected? Popover should be placed in correct position (aligned to the calling element) ### What is actually happening? Position...

bug

## Version Tested v1.3.2 ## The Bug There seems to be is a leak in tabs.vue [this line](https://github.com/AT-UI/at-ui/blob/09e514736a8d1b9f50d2c1dae83f821e4fb4aa39/src/components/tabs/src/tabs.vue#L290) in tabs.vue (updateHandle) is getting called event after tabs get destroyed. It...

bug

Making `````` as close to HTML's `````` is the goal here. currently `````` occupy 100% width and display as a block element, making it difficult to place labels, icons etc...

feature request

keyup is one of the basic events that used very frequently following user behavior needs a keyup event - Pressing enter key on textbox to submit a form (such as...

input ```html html` --red: ${red}; --blue: ${blue}; --green: ${green}; ` ``` expecting output to be ```html `--red:${red};--blue:${blue};--green:${green};` ``` instead got ```html `--red:${red}--blue:${blue}--green:${green}` ```