Dana Janoskova

Results 8 comments of Dana Janoskova

Hi. I'm not sure whether this has been fixed, my AT UI select is bugged too and this seems to be the case. However, if you provide a ref for...

Hi @l-portet , It's a great point! The way `vuex-but-for-react` is written, state itself isn't reactive - only the computed getter values are. That's why you have to write a...

Me too, trying to bind it with ES6 syntax in main.js and PHPStorm says Namespace 'v-clipboard' is not found because we are not registering it as a directive, as "v-"...

Hello, thanks a lot! I'm not too experienced with releasing packages. I already tried to release this and it didn't work due to some babel error. It's definitely on my...

Hello @ruco1996 , My source code was bugged. I updated the repository. Could you please give it a try and let me know if it works now? You shouldn't have...

Hi! I guess it depends what your widget is for. Let's say you're using bootstrap classes in your widget and when you embed the widget in a site that uses...

Hi @giacomoalonzi ! What's this width based on? If it's maybe calculated based on the decide width, then that's how you could compute the property and pass it as a...

@venelinn Thanks so much for letting me know! You were indeed right, the global errors array was causing some mischief. I moved it inside the useForm() logic and tested it,...