michelveloso

Results 5 issues of michelveloso

When I first run the project I got this error, any ideas? ![image](https://user-images.githubusercontent.com/346317/166169240-ea6c5e4e-ed06-4a03-9c42-a418fe4b9b82.png)

Hello, when I update a model via promise or setTimeout for example, the mask is not applied ``` ``` ``` const agentAccountDetailForm = ref({ cnpj: "", }); ``` **It's Working...

Hi, I cloned the "next" branch from the last commit: https://github.com/xaboy/form-create/commit/0d301463e3b6cf287b310bba70c794fd1aa5b418 and then I ran: yarn install lerna bootstrap And finally: yarn dev:ele But I got a error when the...

Hi, Is it possible to add EFCore.NamingConventions like bellow? ![image](https://github.com/elsa-workflows/elsa-core/assets/346317/403d2fdb-cc73-45b2-bc13-436d8a5887d7) I believe it would be interesting to apply the conversion at some point in the entityframework configuration ![image](https://github.com/elsa-workflows/elsa-core/assets/346317/656087e2-6ee6-47c6-8614-50d9b8c382f3)

Hi, Is it possible to use dynamic items, simular to Vue.Draggable without template #item? https://sortablejs.github.io/Vue.Draggable/#/nested-with-vmodel ![image](https://user-images.githubusercontent.com/346317/227725510-bf17550a-821f-4f06-b851-49bfad361bb6.png) [sortablejs-vue3](https://github.com/MaxLeiter/sortablejs-vue3) - Template Items ![image](https://user-images.githubusercontent.com/346317/227725595-a3ab2d60-fbc2-4762-9379-6e5a81892fc8.png)