Gustavo Gondim
Gustavo Gondim
Portuguese-Brazilian in #195
Actually I just developed it in my fork: https://github.com/ggondim/ajv-i18n/commit/aaf14588b2f935d7a97657cf087b390579090bb7 Example of a localize file (en/index.js) built with `npm run build`: ```javascript 'use strict'; function localize_en(errors) { // omitted for legibility...
So many workarounds for a simple `header-disabled` feature. This surely is a must have.
> Modals are portalled (and lazy). Refs are only available when the modal is open (the content is only rendered when the modal is open). > > To disable portaling...
> So, I tried a different approach and wrapped my form-wizard with vue's keep-alive and this really seems to help maintain order and so far it works great! Tried to...
> > So, I tried a different approach and wrapped my form-wizard with vue's keep-alive and this really seems to help maintain order and so far it works great! >...
I discovered that `mergeParams: false` was the cause of this issue. Developers should continue to use this configuration without experiencing side effects in internal services. I implemented a minor workaround...
If someone wants to develop MongoDB support together, I'll be glad to help. @yhdesai
Just advising to people like me that expected other famous and ajv-related plugins like [ajv-keywords](https://github.com/ajv-validator/ajv-keywords#readme) and [ajv-errors](https://github.com/ajv-validator/ajv-errors) could work with ajv-pack: **"Custom formats" also includes these plugins**. Tested in RunKit...