scheepers

Results 6 issues of 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. ![Screenshot 2021-02-08 at 19 38 36](https://user-images.githubusercontent.com/4947962/107259126-4ce07c00-6a45-11eb-8d61-e74d7594ce10.png) 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...

### 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...