Results 6 comments of Muhi Masri

Here is a detailed article on how to support v-model with web components using a custom directive. https://muhimasri.com/blogs/how-to-create-custom-v-model-for-web-components/ Cheers

You are welcome @rahmanroman I will look into making it work in Vue3. As you mentioned, the `expression` string is no longer being passed making it challenging to figure which...

Hey there, since the component already supports tabbing to navigate between cells, it will be a good idea to support arrows internally as well. I will look into it and...

Hi, I found a small UX issue when implementing the arrow functionality. The user will not be able to interact with elements that requires the keyboard arrows like a dropdown...

Hi, can you please help me reproduce the issue? I tried to install the latest version and seems to compile and work properly without errors. I created one on CodeSandbox:...

Hi there, currently this component only supports bootstrap form elements (in exception to upload and tags which will come soon), but enabling other custom elements would be a good enhancement....