scheepers
scheepers
I implement a few custom widgets for fields and it works beautifully, thank you. Is it possible to render descriptions like the information popups as the default fields do? I've...
Behaviour: Outputs markdown as is.  Expected: Parse markdown (eg links) and render into HTML in the docs. To replicate: Specify additional tags to process...
When running test suites that include async test cases for modules using: ``` gd = require ('node-gd') ``` The following error occurs: ``` TypeError: Cannot redefine property: saveJpeg at Function.defineProperty...
## Current behavior Whenever testing a component that includes a vue-tel-input-vuetify component, the following error is logged while running test cases: ```sh PASS src/components/fields/HePassword.test.js PASS src/components/fields/HePhone.test.js ● Console console.error node_modules/vue/dist/vue.runtime.common.dev.js:621...
onInput
### Is your feature request related to a problem? Please describe... The onInput event is being deprecated and there are no events fired immediately after validation other than change, which...
Hi, this happens when I try to generate docs: ``` ERROR: Unable to parse Username.vue: Unexpected token (7:4) ``` I cannot for the life of me figure out what I'm...