Pascal Vaccaro

Results 4 comments of Pascal Vaccaro

We have to assume the user pwd can be anywhere from the deepest to the root folder of his git repository. Once we find the root (`cd..` until `pwd`is equal...

For anyone facing this issue with the following error message : `TypeError: Cannot read property 'active' of undefined`, without any special `async` validation with `react-final-form`. In my case, the issue...

Maybe you can use a v-show and use the v-if in the list's children, so that the refList is always a list even if it's empty. I'd rather have an...

@iamstevendao I believe the `refList` becomes `null` or `undefined` whenever `data.open` is false: See your source file with the template loading the ref with a `v-if`: https://github.com/iamstevendao/vue-tel-input/blob/95a111baedfe771457b92737ac02fbe32bd9b282/src/components/vue-tel-input.vue#L29C7-L29C27 If you want...