Maicol Bruski

Results 8 issues of Maicol Bruski

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.

feature request

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 %} ```...

help wanted
feature request

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: ![image](https://github.com/phphe/he-tree/assets/3951164/8fdcf259-21fe-49bd-a95c-1afcefeecdb1) 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...