kapdom
kapdom
Hi. If I add attribute "selected" to one of the option on the server side then I'm not able to reset selected value. ` @foreach(shops() as $row) id == $shop_id)...
Hi. I would like to add event on click to one of the menu element. But it looks like all events are cleared by your scrips. How to allowed add...
| Q | A | --------------- | --- | Version | `1.13.0` | Bug? | yes | New feature? | no | Question? | yes/no | Documentation? | no **My...
Custom image handler doesn't work. Event is not dispatched. Nothing happening. Documentation is incorrect: [https://www.vue2editor.com/examples/#custom-image-handler](https://www.vue2editor.com/examples/#custom-image-handler) As follow documentation the event name is: "@imageAdded" But the correct one is: "@image-added"
### Guidelines - [X] I understand that [if I fail to adhere to contribution guidelines and/or fail to provide all required details, this issue may be closed without review](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md). ###...
Hi. This is my package.json file: ```{ "private": true, "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod":...
I have problem with draggable in vue bootstrap modal window. When first time open a modal window with dragable then everything works fine. But when I close it and open...