Matheus Victor
Matheus Victor
But what if it's only one year?
Not yet, but that's cool, when I get some time I will make it. But you can can send a PR if you want.
If you think it's possible, I would like to help too! This is a great feature.
Workaround is to wrapp it in another component and use this: ``` methods: { calcMaxLength(value) { if (parseFloat(value) === 0) { this.setMaxLength(2); } else { this.setMaxLength(1); } }, setMaxLength(extraChar) {...
Use the PR version https://github.com/manakuro/micro-frontends-single-spa-module-federation/pull/4
Use the PR version https://github.com/manakuro/micro-frontends-single-spa-module-federation/pull/4