Maicol Bruski
Maicol Bruski
Vue3 Support
Hello! Do you have any idea to do with support for vue3? Tks!
Hi, Is possible to create a tag(input) and use autocomplete(select) for default values? Or use select-multiple with "choices" + create custom values like input. Tks.
Hi, I am trying to use programmatically mask with array, but the mask always returns a string. `{{ masky(item.phone, ['(##) #####-####', '(##) #####-####']) }}` returns: `[(##) #####-####(##) #####-####]` masky =...
**Development Relevant Information:** BalmUI version: "balm-ui": "^9.37.2" Browser: Chrome Operating System: MAC ### Description: I found two bugs in slider plugin: 1. with v-show the plugin doesn't work 2. using...
Hi, It's possible create a include dynamic with a custom variable? For example in loop: ``` {% for item in files %} {% include item.file %} {% endfor %} ```...
Hi It's possible to add class on current dragging item (the ghost item)? fro change this: Tks.
Them modelValue not refresh with new values append on Array:  Hello dont appear in last possition:
Hi, I tried to create a gateway for external graphql, but a received a error: ``` throw new MER_ERR_GQL_GATEWAY_INIT('No valid service SDLs were provided') ^ FastifyError [Error]: Gateway schema init...